Html Css Color HEX #709607 Olive Drab

📋 copy color: '#709607'

red 112 ◦ green 150 ◦ blue 7

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

Shades of Olive Drab #709607

Tints of Olive Drab #709607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.6%

R = 41.64%
G = 55.76%
B = 2.6%

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

#709607 (or 0x709607) is known color: Olive Drab. HEX triplet: 70, 96 and 07. RGB value is (112,150,7). Sum of RGB (Red+Green+Blue) = 112+150+7=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #709607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709607 is #8F69F8. Grayscale: #7A7A7A. Windows color (decimal): -9398777 or 497264. OLE color: 497264.

HSL color Cylindrical-coordinate representation of color #709607: hue angle of 75.94º degrees, saturation: 0.91, 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 #709607 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 150 7 -
CMYK 0.25 0 0.95 0.41
HSL 75.94º 0.91% 0.31% -
HSV(B) 75.94º 0.95% 0.59% -
XYZ 17.63 25.27 4.15 -
YUV 122.34 62.91 120.63 -
System Red Green Blue C M Y K H S L
Decimal 112 150 7 0.25 0 0.95 0.41 75.94 0.91 0.31
Hex 70 96 7 19 0 5F 29 4C 5B 1F
Octal 160 226 7 31 0 137 51 114 133 37
Binary 1110000 10010110 111 11001 0 1011111 101001 1001100 1011011 11111

Color Harmonies of #709607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709607

Black with #709607

Text Example


Text Example

White with #709607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709607; }

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

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

background-color css

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

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

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

border-color css

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

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

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