Html Css Color HEX #709319 Olive Drab

📋 copy color: '#709319'

red 112 ◦ green 147 ◦ blue 25

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

Shades of Olive Drab #709319

Tints of Olive Drab #709319

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.76%

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

R = 39.44%
G = 51.76%
B = 8.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#709319 (or 0x709319) is known color: Olive Drab. HEX triplet: 70, 93 and 19. RGB value is (112,147,25). Sum of RGB (Red+Green+Blue) = 112+147+25=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #709319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709319 is #8F6CE6. Grayscale: #7B7B7B. Windows color (decimal): -9399527 or 1676144. OLE color: 1676144.

HSL color Cylindrical-coordinate representation of color #709319: hue angle of 77.21º 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 #709319 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 147 25 -
CMYK 0.24 0 0.83 0.42
HSL 77.21º 0.71% 0.34% -
HSV(B) 77.21º 0.83% 0.58% -
XYZ 17.29 24.38 4.71 -
YUV 122.63 72.9 120.42 -
System Red Green Blue C M Y K H S L
Decimal 112 147 25 0.24 0 0.83 0.42 77.21 0.71 0.34
Hex 70 93 19 18 0 53 2A 4D 47 22
Octal 160 223 31 30 0 123 52 115 107 42
Binary 1110000 10010011 11001 11000 0 1010011 101010 1001101 1000111 100010

Color Harmonies of #709319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709319

Black with #709319

Text Example


Text Example

White with #709319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709319; }

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

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

background-color css

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

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

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

border-color css

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

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

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