Html Css Color HEX #709606 Olive Drab

📋 copy color: '#709606'

red 112 ◦ green 150 ◦ blue 6

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

Shades of Olive Drab #709606

Tints of Olive Drab #709606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.24%

R = 41.79%
G = 55.97%
B = 2.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#709606 (or 0x709606) is known color: Olive Drab. HEX triplet: 70, 96 and 06. RGB value is (112,150,6). Sum of RGB (Red+Green+Blue) = 112+150+6=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #709606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709606 is #8F69F9. Grayscale: #7A7A7A. Windows color (decimal): -9398778 or 431728. OLE color: 431728.

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

Color convert

RGB 112 150 6 -
CMYK 0.25 0 0.96 0.41
HSL 75.83º 0.92% 0.31% -
HSV(B) 75.83º 0.96% 0.59% -
XYZ 17.62 25.27 4.12 -
YUV 122.22 62.41 120.71 -
System Red Green Blue C M Y K H S L
Decimal 112 150 6 0.25 0 0.96 0.41 75.83 0.92 0.31
Hex 70 96 6 19 0 60 29 4C 5C 1F
Octal 160 226 6 31 0 140 51 114 134 37
Binary 1110000 10010110 110 11001 0 1100000 101001 1001100 1011100 11111

Color Harmonies of #709606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709606

Black with #709606

Text Example


Text Example

White with #709606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709606; }

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

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

background-color css

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

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

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

border-color css

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

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

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