Html Css Color HEX #719033 Olive Drab

📋 copy color: '#719033'

red 113 ◦ green 144 ◦ blue 51

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

Shades of Olive Drab #719033

Tints of Olive Drab #719033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.56%

R = 36.69%
G = 46.75%
B = 16.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#719033 (or 0x719033) is known color: Olive Drab. HEX triplet: 71, 90 and 33. RGB value is (113,144,51). Sum of RGB (Red+Green+Blue) = 113+144+51=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #719033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719033 is #8E6FCC. Grayscale: #7C7C7C. Windows color (decimal): -9334733 or 3379313. OLE color: 3379313.

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

Color convert

RGB 113 144 51 -
CMYK 0.22 0 0.65 0.44
HSL 80º 0.48% 0.38% -
HSV(B) 80º 0.65% 0.56% -
XYZ 17.38 23.7 6.79 -
YUV 124.13 86.73 120.06 -
System Red Green Blue C M Y K H S L
Decimal 113 144 51 0.22 0 0.65 0.44 80 0.48 0.38
Hex 71 90 33 16 0 41 2C 50 30 26
Octal 161 220 63 26 0 101 54 120 60 46
Binary 1110001 10010000 110011 10110 0 1000001 101100 1010000 110000 100110

Color Harmonies of #719033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719033

Black with #719033

Text Example


Text Example

White with #719033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719033; }

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

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

background-color css

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

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

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

border-color css

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

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

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