Html Css Color HEX #709036 Olive Drab

📋 copy color: '#709036'

red 112 ◦ green 144 ◦ blue 54

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

Shades of Olive Drab #709036

Tints of Olive Drab #709036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.42%

R = 36.13%
G = 46.45%
B = 17.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#709036 (or 0x709036) is known color: Olive Drab. HEX triplet: 70, 90 and 36. RGB value is (112,144,54). Sum of RGB (Red+Green+Blue) = 112+144+54=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #709036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709036 is #8F6FC9. Grayscale: #7C7C7C. Windows color (decimal): -9400266 or 3575920. OLE color: 3575920.

HSL color Cylindrical-coordinate representation of color #709036: hue angle of 81.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #709036 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 54 -
CMYK 0.22 0 0.63 0.44
HSL 81.33º 0.45% 0.39% -
HSV(B) 81.33º 0.63% 0.56% -
XYZ 17.32 23.66 7.14 -
YUV 124.17 88.4 119.32 -
System Red Green Blue C M Y K H S L
Decimal 112 144 54 0.22 0 0.63 0.44 81.33 0.45 0.39
Hex 70 90 36 16 0 3F 2C 51 2D 27
Octal 160 220 66 26 0 77 54 121 55 47
Binary 1110000 10010000 110110 10110 0 111111 101100 1010001 101101 100111

Color Harmonies of #709036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709036

Black with #709036

Text Example


Text Example

White with #709036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709036; }

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

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

background-color css

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

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

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

border-color css

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

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

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