Html Css Color HEX #709726 Olive Drab

📋 copy color: '#709726'

red 112 ◦ green 151 ◦ blue 38

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

Shades of Olive Drab #709726

Tints of Olive Drab #709726

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.17%

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

R = 37.21%
G = 50.17%
B = 12.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#709726 (or 0x709726) is known color: Olive Drab. HEX triplet: 70, 97 and 26. RGB value is (112,151,38). Sum of RGB (Red+Green+Blue) = 112+151+38=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #709726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709726 is #8F68D9. Grayscale: #7E7E7E. Windows color (decimal): -9398490 or 2529136. OLE color: 2529136.

HSL color Cylindrical-coordinate representation of color #709726: hue angle of 80.71º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #709726 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 38 -
CMYK 0.26 0 0.75 0.41
HSL 80.71º 0.6% 0.37% -
HSV(B) 80.71º 0.75% 0.59% -
XYZ 18.1 25.72 5.84 -
YUV 126.46 78.08 117.69 -
System Red Green Blue C M Y K H S L
Decimal 112 151 38 0.26 0 0.75 0.41 80.71 0.6 0.37
Hex 70 97 26 1A 0 4B 29 51 3C 25
Octal 160 227 46 32 0 113 51 121 74 45
Binary 1110000 10010111 100110 11010 0 1001011 101001 1010001 111100 100101

Color Harmonies of #709726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709726

Black with #709726

Text Example


Text Example

White with #709726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709726; }

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

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

background-color css

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

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

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

border-color css

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

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

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