#748508

Color #748508 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #748508

Tints of Olive #748508

Color information

#748508 (or 0x748508) is unknown color: approx Olive. HEX triplet: 74, 85 and 08. RGB value is (116,133,8). Sum of RGB (Red+Green+Blue) = 116+133+8=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #748508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748508 is #8B7AF7. Grayscale: #727272. Windows color (decimal): -9140984 or 558452. OLE color: 558452.

HSL color Cylindrical-coordinate representation of color #748508: hue angle of 68.16º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #748508 is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB1161338-
CMYK0.1300.940.48
HSL68.16º88.65%27.65%-
HSV(B)68.16º93.98%52.16%-
XYZ15.6320.513.36-
YUV113.6768.37129.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 133 (52.34% from 255) = 51.75%
BLUE value IS 8 (3.52% from 255) = 3.11%
R=45.14%
G=51.75%
B=3.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11613380.1300.940.4868.1688.6527.65
Hex74858D05E3044591c
Octal164205101501366010413134
Binary11101001000010110001101010111101100001000100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748508; }

 p { color: rgb(116,133,8); }

 H1.HeaderClassName
 {
   color: #748508;
 }
 .AnyTagClassName
 {
   color: #748508;
 }
</style>
background-color css

<style>
 a { background-color: #748508; }

 a { background-color: rgb(116,133,8); }

 div.DivClassName
 {
   background-color: #748508;
 }
 .BgClassName
 {
   background-color: #748508;
 }
</style>
border-color css

<style>
 span { border-color: #748508; }

 span { border-color: rgb(116,133,8); }

 td.TdClassName
 {
   border-color: #748508;
 }
 .TagClassName
 {
   border-color: #748508;
 }
</style>