Html Css Color HEX #708309 Olive

📋 copy color: '#708309'

red 112 ◦ green 131 ◦ blue 9

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

Shades of Olive #708309

Tints of Olive #708309

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.98%

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

R = 44.44%
G = 51.98%
B = 3.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#708309 (or 0x708309) is known color: Olive. HEX triplet: 70, 83 and 09. RGB value is (112,131,9). Sum of RGB (Red+Green+Blue) = 112+131+9=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #708309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708309 is #8F7CF6. Grayscale: #6F6F6F. Windows color (decimal): -9403639 or 623472. OLE color: 623472.

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

Color convert

RGB 112 131 9 -
CMYK 0.15 0 0.93 0.49
HSL 69.34º 0.87% 0.27% -
HSV(B) 69.34º 0.93% 0.51% -
XYZ 14.85 19.7 3.28 -
YUV 111.41 70.21 128.42 -
System Red Green Blue C M Y K H S L
Decimal 112 131 9 0.15 0 0.93 0.49 69.34 0.87 0.27
Hex 70 83 9 F 0 5D 31 45 57 1B
Octal 160 203 11 17 0 135 61 105 127 33
Binary 1110000 10000011 1001 1111 0 1011101 110001 1000101 1010111 11011

Color Harmonies of #708309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708309

Black with #708309

Text Example


Text Example

White with #708309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708309; }

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

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

background-color css

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

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

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

border-color css

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

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

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