Html Css Color HEX #708409 Olive

📋 copy color: '#708409'

red 112 ◦ green 132 ◦ blue 9

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

Shades of Olive #708409

Tints of Olive #708409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.56%

R = 44.27%
G = 52.17%
B = 3.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#708409 (or 0x708409) is known color: Olive. HEX triplet: 70, 84 and 09. RGB value is (112,132,9). Sum of RGB (Red+Green+Blue) = 112+132+9=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #708409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708409 is #8F7BF6. Grayscale: #707070. Windows color (decimal): -9403383 or 623728. OLE color: 623728.

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

Color convert

RGB 112 132 9 -
CMYK 0.15 0 0.93 0.48
HSL 69.76º 0.87% 0.28% -
HSV(B) 69.76º 0.93% 0.52% -
XYZ 14.98 19.97 3.32 -
YUV 112 69.87 128 -
System Red Green Blue C M Y K H S L
Decimal 112 132 9 0.15 0 0.93 0.48 69.76 0.87 0.28
Hex 70 84 9 F 0 5D 30 46 57 1C
Octal 160 204 11 17 0 135 60 106 127 34
Binary 1110000 10000100 1001 1111 0 1011101 110000 1000110 1010111 11100

Color Harmonies of #708409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708409

Black with #708409

Text Example


Text Example

White with #708409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708409; }

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

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

background-color css

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

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

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

border-color css

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

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

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