Html Css Color HEX #709024 Olive Drab

📋 copy color: '#709024'

red 112 ◦ green 144 ◦ blue 36

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

Shades of Olive Drab #709024

Tints of Olive Drab #709024

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.32%

 BLUE value IS 36 (14.45% from 255) = 12.33%

R = 38.36%
G = 49.32%
B = 12.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#709024 (or 0x709024) is known color: Olive Drab. HEX triplet: 70, 90 and 24. RGB value is (112,144,36). Sum of RGB (Red+Green+Blue) = 112+144+36=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #709024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709024 is #8F6FDB. Grayscale: #7A7A7A. Windows color (decimal): -9400284 or 2396272. OLE color: 2396272.

HSL color Cylindrical-coordinate representation of color #709024: hue angle of 77.78º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #709024 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 36 -
CMYK 0.22 0 0.75 0.44
HSL 77.78º 0.6% 0.35% -
HSV(B) 77.78º 0.75% 0.56% -
XYZ 16.97 23.52 5.31 -
YUV 122.12 79.4 120.78 -
System Red Green Blue C M Y K H S L
Decimal 112 144 36 0.22 0 0.75 0.44 77.78 0.6 0.35
Hex 70 90 24 16 0 4B 2C 4E 3C 23
Octal 160 220 44 26 0 113 54 116 74 43
Binary 1110000 10010000 100100 10110 0 1001011 101100 1001110 111100 100011

Color Harmonies of #709024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709024

Black with #709024

Text Example


Text Example

White with #709024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709024; }

 p { color: rgb(112,144,36); }

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

background-color css

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

 a { background-color: rgb(112,144,36); }

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

border-color css

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

 span { border-color: rgb(112,144,36); }

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