Html Css Color HEX #708408 Olive

📋 copy color: '#708408'

red 112 ◦ green 132 ◦ blue 8

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

Shades of Olive #708408

Tints of Olive #708408

RGB

 RED value IS 112 (44.14% from 255) = 44.44%

 GREEN value IS 132 (51.95% from 255) = 52.38%

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

R = 44.44%
G = 52.38%
B = 3.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#708408 (or 0x708408) is known color: Olive. HEX triplet: 70, 84 and 08. RGB value is (112,132,8). Sum of RGB (Red+Green+Blue) = 112+132+8=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #708408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708408 is #8F7BF7. Grayscale: #707070. Windows color (decimal): -9403384 or 558192. OLE color: 558192.

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

Color convert

RGB 112 132 8 -
CMYK 0.15 0 0.94 0.48
HSL 69.68º 0.89% 0.27% -
HSV(B) 69.68º 0.94% 0.52% -
XYZ 14.98 19.96 3.29 -
YUV 111.88 69.37 128.08 -
System Red Green Blue C M Y K H S L
Decimal 112 132 8 0.15 0 0.94 0.48 69.68 0.89 0.27
Hex 70 84 8 F 0 5E 30 46 59 1B
Octal 160 204 10 17 0 136 60 106 131 33
Binary 1110000 10000100 1000 1111 0 1011110 110000 1000110 1011001 11011

Color Harmonies of #708408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708408

Black with #708408

Text Example


Text Example

White with #708408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708408; }

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

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

background-color css

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

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

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

border-color css

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

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

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