Html Css Color HEX #709035 Olive Drab

📋 copy color: '#709035'

red 112 ◦ green 144 ◦ blue 53

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

Shades of Olive Drab #709035

Tints of Olive Drab #709035

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.6%

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

R = 36.25%
G = 46.6%
B = 17.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#709035 (or 0x709035) is known color: Olive Drab. HEX triplet: 70, 90 and 35. RGB value is (112,144,53). Sum of RGB (Red+Green+Blue) = 112+144+53=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #709035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709035 is #8F6FCA. Grayscale: #7C7C7C. Windows color (decimal): -9400267 or 3510384. OLE color: 3510384.

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

Color convert

RGB 112 144 53 -
CMYK 0.22 0 0.63 0.44
HSL 81.1º 0.46% 0.39% -
HSV(B) 81.1º 0.63% 0.56% -
XYZ 17.3 23.65 7.02 -
YUV 124.06 87.9 119.4 -
System Red Green Blue C M Y K H S L
Decimal 112 144 53 0.22 0 0.63 0.44 81.1 0.46 0.39
Hex 70 90 35 16 0 3F 2C 51 2E 27
Octal 160 220 65 26 0 77 54 121 56 47
Binary 1110000 10010000 110101 10110 0 111111 101100 1010001 101110 100111

Color Harmonies of #709035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709035

Black with #709035

Text Example


Text Example

White with #709035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709035; }

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

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

background-color css

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

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

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

border-color css

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

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

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