Html Css Color HEX #709510 Olive Drab

📋 copy color: '#709510'

red 112 ◦ green 149 ◦ blue 16

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

Shades of Olive Drab #709510

Tints of Olive Drab #709510

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.79%

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

R = 40.43%
G = 53.79%
B = 5.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#709510 (or 0x709510) is known color: Olive Drab. HEX triplet: 70, 95 and 10. RGB value is (112,149,16). Sum of RGB (Red+Green+Blue) = 112+149+16=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #709510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709510 is #8F6AEF. Grayscale: #7B7B7B. Windows color (decimal): -9399024 or 1086832. OLE color: 1086832.

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

Color convert

RGB 112 149 16 -
CMYK 0.25 0 0.89 0.42
HSL 76.69º 0.81% 0.32% -
HSV(B) 76.69º 0.89% 0.58% -
XYZ 17.52 24.98 4.39 -
YUV 122.78 67.74 120.31 -
System Red Green Blue C M Y K H S L
Decimal 112 149 16 0.25 0 0.89 0.42 76.69 0.81 0.32
Hex 70 95 10 19 0 59 2A 4D 51 20
Octal 160 225 20 31 0 131 52 115 121 40
Binary 1110000 10010101 10000 11001 0 1011001 101010 1001101 1010001 100000

Color Harmonies of #709510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709510

Black with #709510

Text Example


Text Example

White with #709510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709510; }

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

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

background-color css

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

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

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

border-color css

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

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

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