Html Css Color HEX #719035 Olive Drab

📋 copy color: '#719035'

red 113 ◦ green 144 ◦ blue 53

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

Shades of Olive Drab #719035

Tints of Olive Drab #719035

RGB

 RED value IS 113 (44.53% from 255) = 36.45%

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

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

R = 36.45%
G = 46.45%
B = 17.1%

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

#719035 (or 0x719035) is known color: Olive Drab. HEX triplet: 71, 90 and 35. RGB value is (113,144,53). Sum of RGB (Red+Green+Blue) = 113+144+53=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #719035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719035 is #8E6FCA. Grayscale: #7C7C7C. Windows color (decimal): -9334731 or 3510385. OLE color: 3510385.

HSL color Cylindrical-coordinate representation of color #719035: hue angle of 80.44º 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 #719035 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 144 53 -
CMYK 0.22 0 0.63 0.44
HSL 80.44º 0.46% 0.39% -
HSV(B) 80.44º 0.63% 0.56% -
XYZ 17.43 23.71 7.03 -
YUV 124.36 87.73 119.9 -
System Red Green Blue C M Y K H S L
Decimal 113 144 53 0.22 0 0.63 0.44 80.44 0.46 0.39
Hex 71 90 35 16 0 3F 2C 50 2E 27
Octal 161 220 65 26 0 77 54 120 56 47
Binary 1110001 10010000 110101 10110 0 111111 101100 1010000 101110 100111

Color Harmonies of #719035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719035

Black with #719035

Text Example


Text Example

White with #719035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719035; }

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

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

background-color css

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

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

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

border-color css

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

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

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