Html Css Color HEX #709135 Olive Drab

📋 copy color: '#709135'

red 112 ◦ green 145 ◦ blue 53

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

Shades of Olive Drab #709135

Tints of Olive Drab #709135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.1%

R = 36.13%
G = 46.77%
B = 17.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#709135 (or 0x709135) is known color: Olive Drab. HEX triplet: 70, 91 and 35. RGB value is (112,145,53). Sum of RGB (Red+Green+Blue) = 112+145+53=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #709135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709135 is #8F6ECA. Grayscale: #7C7C7C. Windows color (decimal): -9400011 or 3510640. OLE color: 3510640.

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

Color convert

RGB 112 145 53 -
CMYK 0.23 0 0.63 0.43
HSL 81.52º 0.46% 0.39% -
HSV(B) 81.52º 0.63% 0.57% -
XYZ 17.45 23.95 7.07 -
YUV 124.65 87.57 118.98 -
System Red Green Blue C M Y K H S L
Decimal 112 145 53 0.23 0 0.63 0.43 81.52 0.46 0.39
Hex 70 91 35 17 0 3F 2B 52 2E 27
Octal 160 221 65 27 0 77 53 122 56 47
Binary 1110000 10010001 110101 10111 0 111111 101011 1010010 101110 100111

Color Harmonies of #709135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709135

Black with #709135

Text Example


Text Example

White with #709135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709135; }

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

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

background-color css

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

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

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

border-color css

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

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

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