Html Css Color HEX #747008 Olive

📋 copy color: '#747008'

red 116 ◦ green 112 ◦ blue 8

#747008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #747008

Tints of Olive #747008

RGB

 RED value IS 116 (45.7% from 255) = 49.15%

 GREEN value IS 112 (44.14% from 255) = 47.46%

 BLUE value IS 8 (3.52% from 255) = 3.39%

R = 49.15%
G = 47.46%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#747008 (or 0x747008) is known color: Olive. HEX triplet: 74, 70 and 08. RGB value is (116,112,8). Sum of RGB (Red+Green+Blue) = 116+112+8=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #747008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747008 is #8B8FF7. Grayscale: #656565. Windows color (decimal): -9146360 or 553076. OLE color: 553076.

HSL color Cylindrical-coordinate representation of color #747008: hue angle of 57.78º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #747008 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 8 -
CMYK 0 0.03 0.93 0.55
HSL 57.78º 0.87% 0.24% -
HSV(B) 57.78º 0.93% 0.45% -
XYZ 13.04 15.32 2.5 -
YUV 101.34 75.33 138.46 -
System Red Green Blue C M Y K H S L
Decimal 116 112 8 0 0.03 0.93 0.55 57.78 0.87 0.24
Hex 74 70 8 0 3 5D 37 3A 57 18
Octal 164 160 10 0 3 135 67 72 127 30
Binary 1110100 1110000 1000 0 11 1011101 110111 111010 1010111 11000

Color Harmonies of #747008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747008

Black with #747008

Text Example


Text Example

White with #747008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747008; }

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

 H1.HeaderClassName
 {
   color: #747008;
 }
 .AnyTagClassName
 {
   color: #747008;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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