Html Css Color HEX #709608 Olive Drab

📋 copy color: '#709608'

red 112 ◦ green 150 ◦ blue 8

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

Shades of Olive Drab #709608

Tints of Olive Drab #709608

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.56%

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

R = 41.48%
G = 55.56%
B = 2.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#709608 (or 0x709608) is known color: Olive Drab. HEX triplet: 70, 96 and 08. RGB value is (112,150,8). Sum of RGB (Red+Green+Blue) = 112+150+8=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #709608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709608 is #8F69F7. Grayscale: #7A7A7A. Windows color (decimal): -9398776 or 562800. OLE color: 562800.

HSL color Cylindrical-coordinate representation of color #709608: hue angle of 76.06º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #709608 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 150 8 -
CMYK 0.25 0 0.95 0.41
HSL 76.06º 0.9% 0.31% -
HSV(B) 76.06º 0.95% 0.59% -
XYZ 17.63 25.27 4.18 -
YUV 122.45 63.41 120.55 -
System Red Green Blue C M Y K H S L
Decimal 112 150 8 0.25 0 0.95 0.41 76.06 0.9 0.31
Hex 70 96 8 19 0 5F 29 4C 5A 1F
Octal 160 226 10 31 0 137 51 114 132 37
Binary 1110000 10010110 1000 11001 0 1011111 101001 1001100 1011010 11111

Color Harmonies of #709608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709608

Black with #709608

Text Example


Text Example

White with #709608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709608; }

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

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

background-color css

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

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

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

border-color css

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

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

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