Html Css Color HEX #709B27 Olive Drab

📋 copy color: '#709B27'

red 112 ◦ green 155 ◦ blue 39

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

Shades of Olive Drab #709B27

Tints of Olive Drab #709B27

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.65%

 BLUE value IS 39 (15.63% from 255) = 12.75%

R = 36.6%
G = 50.65%
B = 12.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#709B27 (or 0x709B27) is known color: Olive Drab. HEX triplet: 70, 9B and 27. RGB value is (112,155,39). Sum of RGB (Red+Green+Blue) = 112+155+39=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #709B27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709B27 is #8F64D8. Grayscale: #818181. Windows color (decimal): -9397465 or 2595696. OLE color: 2595696.

HSL color Cylindrical-coordinate representation of color #709B27: hue angle of 82.24º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #709B27 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 155 39 -
CMYK 0.28 0 0.75 0.39
HSL 82.24º 0.6% 0.38% -
HSV(B) 82.24º 0.75% 0.61% -
XYZ 18.77 27.03 6.15 -
YUV 128.92 77.25 115.93 -
System Red Green Blue C M Y K H S L
Decimal 112 155 39 0.28 0 0.75 0.39 82.24 0.6 0.38
Hex 70 9B 27 1C 0 4B 27 52 3C 26
Octal 160 233 47 34 0 113 47 122 74 46
Binary 1110000 10011011 100111 11100 0 1001011 100111 1010010 111100 100110

Color Harmonies of #709B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B27

Black with #709B27

Text Example


Text Example

White with #709B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709B27; }

 p { color: rgb(112,155,39); }

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

background-color css

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

 a { background-color: rgb(112,155,39); }

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

border-color css

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

 span { border-color: rgb(112,155,39); }

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