Html Css Color HEX #709509 Olive Drab

📋 copy color: '#709509'

red 112 ◦ green 149 ◦ blue 9

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

Shades of Olive Drab #709509

Tints of Olive Drab #709509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.33%

R = 41.48%
G = 55.19%
B = 3.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#709509 (or 0x709509) is known color: Olive Drab. HEX triplet: 70, 95 and 09. RGB value is (112,149,9). Sum of RGB (Red+Green+Blue) = 112+149+9=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #709509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709509 is #8F6AF6. Grayscale: #7A7A7A. Windows color (decimal): -9399031 or 628080. OLE color: 628080.

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

Color convert

RGB 112 149 9 -
CMYK 0.25 0 0.94 0.42
HSL 75.86º 0.89% 0.31% -
HSV(B) 75.86º 0.94% 0.58% -
XYZ 17.48 24.96 4.15 -
YUV 121.98 64.24 120.88 -
System Red Green Blue C M Y K H S L
Decimal 112 149 9 0.25 0 0.94 0.42 75.86 0.89 0.31
Hex 70 95 9 19 0 5E 2A 4C 59 1F
Octal 160 225 11 31 0 136 52 114 131 37
Binary 1110000 10010101 1001 11001 0 1011110 101010 1001100 1011001 11111

Color Harmonies of #709509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709509

Black with #709509

Text Example


Text Example

White with #709509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709509; }

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

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

background-color css

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

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

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

border-color css

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

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

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