Html Css Color HEX #709126 Olive Drab

📋 copy color: '#709126'

red 112 ◦ green 145 ◦ blue 38

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

Shades of Olive Drab #709126

Tints of Olive Drab #709126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.88%

R = 37.97%
G = 49.15%
B = 12.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#709126 (or 0x709126) is known color: Olive Drab. HEX triplet: 70, 91 and 26. RGB value is (112,145,38). Sum of RGB (Red+Green+Blue) = 112+145+38=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #709126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709126 is #8F6ED9. Grayscale: #7B7B7B. Windows color (decimal): -9400026 or 2527600. OLE color: 2527600.

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

Color convert

RGB 112 145 38 -
CMYK 0.23 0 0.74 0.43
HSL 78.5º 0.58% 0.36% -
HSV(B) 78.5º 0.74% 0.57% -
XYZ 17.16 23.84 5.53 -
YUV 122.94 80.07 120.2 -
System Red Green Blue C M Y K H S L
Decimal 112 145 38 0.23 0 0.74 0.43 78.5 0.58 0.36
Hex 70 91 26 17 0 4A 2B 4F 3A 24
Octal 160 221 46 27 0 112 53 117 72 44
Binary 1110000 10010001 100110 10111 0 1001010 101011 1001111 111010 100100

Color Harmonies of #709126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709126

Black with #709126

Text Example


Text Example

White with #709126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709126; }

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

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

background-color css

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

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

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

border-color css

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

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

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