Html Css Color HEX #709610 Olive Drab

📋 copy color: '#709610'

red 112 ◦ green 150 ◦ blue 16

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

Shades of Olive Drab #709610

Tints of Olive Drab #709610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.76%

R = 40.29%
G = 53.96%
B = 5.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#709610 (or 0x709610) is known color: Olive Drab. HEX triplet: 70, 96 and 10. RGB value is (112,150,16). Sum of RGB (Red+Green+Blue) = 112+150+16=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 150 (58.98% from 255 or 53.96% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 150 - color contains mainly: green. Hex color #709610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709610 is #8F69EF. Grayscale: #7B7B7B. Windows color (decimal): -9398768 or 1087088. OLE color: 1087088.

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

Color convert

RGB 112 150 16 -
CMYK 0.25 0 0.89 0.41
HSL 77.01º 0.81% 0.33% -
HSV(B) 77.01º 0.89% 0.59% -
XYZ 17.68 25.29 4.44 -
YUV 123.36 67.41 119.9 -
System Red Green Blue C M Y K H S L
Decimal 112 150 16 0.25 0 0.89 0.41 77.01 0.81 0.33
Hex 70 96 10 19 0 59 29 4D 51 21
Octal 160 226 20 31 0 131 51 115 121 41
Binary 1110000 10010110 10000 11001 0 1011001 101001 1001101 1010001 100001

Color Harmonies of #709610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709610

Black with #709610

Text Example


Text Example

White with #709610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709610; }

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

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

background-color css

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

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

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

border-color css

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

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

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