Html Css Color HEX #709218 Olive Drab

📋 copy color: '#709218'

red 112 ◦ green 146 ◦ blue 24

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

Shades of Olive Drab #709218

Tints of Olive Drab #709218

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.77%

 BLUE value IS 24 (9.77% from 255) = 8.51%

R = 39.72%
G = 51.77%
B = 8.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#709218 (or 0x709218) is known color: Olive Drab. HEX triplet: 70, 92 and 18. RGB value is (112,146,24). Sum of RGB (Red+Green+Blue) = 112+146+24=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #709218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709218 is #8F6DE7. Grayscale: #7A7A7A. Windows color (decimal): -9399784 or 1610352. OLE color: 1610352.

HSL color Cylindrical-coordinate representation of color #709218: hue angle of 76.72º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #709218 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 24 -
CMYK 0.23 0 0.84 0.43
HSL 76.72º 0.72% 0.33% -
HSV(B) 76.72º 0.84% 0.57% -
XYZ 17.13 24.07 4.61 -
YUV 121.93 72.74 120.92 -
System Red Green Blue C M Y K H S L
Decimal 112 146 24 0.23 0 0.84 0.43 76.72 0.72 0.33
Hex 70 92 18 17 0 54 2B 4D 48 21
Octal 160 222 30 27 0 124 53 115 110 41
Binary 1110000 10010010 11000 10111 0 1010100 101011 1001101 1001000 100001

Color Harmonies of #709218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709218

Black with #709218

Text Example


Text Example

White with #709218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709218; }

 p { color: rgb(112,146,24); }

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

background-color css

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

 a { background-color: rgb(112,146,24); }

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

border-color css

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

 span { border-color: rgb(112,146,24); }

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