Html Css Color HEX #709519 Olive Drab

📋 copy color: '#709519'

red 112 ◦ green 149 ◦ blue 25

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

Shades of Olive Drab #709519

Tints of Olive Drab #709519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.74%

R = 39.16%
G = 52.1%
B = 8.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#709519 (or 0x709519) is known color: Olive Drab. HEX triplet: 70, 95 and 19. RGB value is (112,149,25). Sum of RGB (Red+Green+Blue) = 112+149+25=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #709519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709519 is #8F6AE6. Grayscale: #7C7C7C. Windows color (decimal): -9399015 or 1676656. OLE color: 1676656.

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

Color convert

RGB 112 149 25 -
CMYK 0.25 0 0.83 0.42
HSL 77.9º 0.71% 0.34% -
HSV(B) 77.9º 0.83% 0.58% -
XYZ 17.61 25.01 4.82 -
YUV 123.8 72.24 119.58 -
System Red Green Blue C M Y K H S L
Decimal 112 149 25 0.25 0 0.83 0.42 77.9 0.71 0.34
Hex 70 95 19 19 0 53 2A 4E 47 22
Octal 160 225 31 31 0 123 52 116 107 42
Binary 1110000 10010101 11001 11001 0 1010011 101010 1001110 1000111 100010

Color Harmonies of #709519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709519

Black with #709519

Text Example


Text Example

White with #709519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709519; }

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

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

background-color css

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

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

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

border-color css

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

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

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