Html Css Color HEX #709707 Olive Drab

📋 copy color: '#709707'

red 112 ◦ green 151 ◦ blue 7

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

Shades of Olive Drab #709707

Tints of Olive Drab #709707

RGB

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

 GREEN value IS 151 (59.38% from 255) = 55.93%

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

R = 41.48%
G = 55.93%
B = 2.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#709707 (or 0x709707) is known color: Olive Drab. HEX triplet: 70, 97 and 07. RGB value is (112,151,7). Sum of RGB (Red+Green+Blue) = 112+151+7=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #709707 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709707 is #8F68F8. Grayscale: #7B7B7B. Windows color (decimal): -9398521 or 497520. OLE color: 497520.

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

Color convert

RGB 112 151 7 -
CMYK 0.26 0 0.95 0.41
HSL 76.25º 0.91% 0.31% -
HSV(B) 76.25º 0.95% 0.59% -
XYZ 17.79 25.59 4.2 -
YUV 122.92 62.58 120.21 -
System Red Green Blue C M Y K H S L
Decimal 112 151 7 0.26 0 0.95 0.41 76.25 0.91 0.31
Hex 70 97 7 1A 0 5F 29 4C 5B 1F
Octal 160 227 7 32 0 137 51 114 133 37
Binary 1110000 10010111 111 11010 0 1011111 101001 1001100 1011011 11111

Color Harmonies of #709707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709707

Black with #709707

Text Example


Text Example

White with #709707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709707; }

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

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

background-color css

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

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

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

border-color css

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

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

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