Html Css Color HEX #709125 Olive Drab

📋 copy color: '#709125'

red 112 ◦ green 145 ◦ blue 37

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

Shades of Olive Drab #709125

Tints of Olive Drab #709125

RGB

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

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

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

R = 38.1%
G = 49.32%
B = 12.59%

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

#709125 (or 0x709125) is known color: Olive Drab. HEX triplet: 70, 91 and 25. RGB value is (112,145,37). Sum of RGB (Red+Green+Blue) = 112+145+37=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #709125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709125 is #8F6EDA. Grayscale: #7B7B7B. Windows color (decimal): -9400027 or 2462064. OLE color: 2462064.

HSL color Cylindrical-coordinate representation of color #709125: hue angle of 78.33º degrees, saturation: 0.59, 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 #709125 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 37 -
CMYK 0.23 0 0.74 0.43
HSL 78.33º 0.59% 0.36% -
HSV(B) 78.33º 0.74% 0.57% -
XYZ 17.14 23.83 5.45 -
YUV 122.82 79.57 120.28 -
System Red Green Blue C M Y K H S L
Decimal 112 145 37 0.23 0 0.74 0.43 78.33 0.59 0.36
Hex 70 91 25 17 0 4A 2B 4E 3B 24
Octal 160 221 45 27 0 112 53 116 73 44
Binary 1110000 10010001 100101 10111 0 1001010 101011 1001110 111011 100100

Color Harmonies of #709125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709125

Black with #709125

Text Example


Text Example

White with #709125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709125; }

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

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

background-color css

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

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

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

border-color css

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

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

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