Html Css Color HEX #709122 Olive Drab

📋 copy color: '#709122'

red 112 ◦ green 145 ◦ blue 34

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

Shades of Olive Drab #709122

Tints of Olive Drab #709122

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.83%

 BLUE value IS 34 (13.67% from 255) = 11.68%

R = 38.49%
G = 49.83%
B = 11.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#709122 (or 0x709122) is known color: Olive Drab. HEX triplet: 70, 91 and 22. RGB value is (112,145,34). Sum of RGB (Red+Green+Blue) = 112+145+34=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #709122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709122 is #8F6EDD. Grayscale: #7A7A7A. Windows color (decimal): -9400030 or 2265456. OLE color: 2265456.

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

Color convert

RGB 112 145 34 -
CMYK 0.23 0 0.77 0.43
HSL 77.84º 0.62% 0.35% -
HSV(B) 77.84º 0.77% 0.57% -
XYZ 17.1 23.81 5.21 -
YUV 122.48 78.07 120.53 -
System Red Green Blue C M Y K H S L
Decimal 112 145 34 0.23 0 0.77 0.43 77.84 0.62 0.35
Hex 70 91 22 17 0 4D 2B 4E 3E 23
Octal 160 221 42 27 0 115 53 116 76 43
Binary 1110000 10010001 100010 10111 0 1001101 101011 1001110 111110 100011

Color Harmonies of #709122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709122

Black with #709122

Text Example


Text Example

White with #709122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709122; }

 p { color: rgb(112,145,34); }

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

background-color css

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

 a { background-color: rgb(112,145,34); }

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

border-color css

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

 span { border-color: rgb(112,145,34); }

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