Html Css Color HEX #709B25 Olive Drab

📋 copy color: '#709B25'

red 112 ◦ green 155 ◦ blue 37

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

Shades of Olive Drab #709B25

Tints of Olive Drab #709B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.17%

R = 36.84%
G = 50.99%
B = 12.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#709B25 (or 0x709B25) is known color: Olive Drab. HEX triplet: 70, 9B and 25. RGB value is (112,155,37). Sum of RGB (Red+Green+Blue) = 112+155+37=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #709B25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709B25 is #8F64DA. Grayscale: #818181. Windows color (decimal): -9397467 or 2464624. OLE color: 2464624.

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

Color convert

RGB 112 155 37 -
CMYK 0.28 0 0.76 0.39
HSL 81.86º 0.61% 0.38% -
HSV(B) 81.86º 0.76% 0.61% -
XYZ 18.74 27.02 5.98 -
YUV 128.69 76.25 116.09 -
System Red Green Blue C M Y K H S L
Decimal 112 155 37 0.28 0 0.76 0.39 81.86 0.61 0.38
Hex 70 9B 25 1C 0 4C 27 52 3D 26
Octal 160 233 45 34 0 114 47 122 75 46
Binary 1110000 10011011 100101 11100 0 1001100 100111 1010010 111101 100110

Color Harmonies of #709B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B25

Black with #709B25

Text Example


Text Example

White with #709B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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