Html Css Color HEX #719810 Olive Drab

📋 copy color: '#719810'

red 113 ◦ green 152 ◦ blue 16

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

Shades of Olive Drab #719810

Tints of Olive Drab #719810

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.09%

 BLUE value IS 16 (6.64% from 255) = 5.69%

R = 40.21%
G = 54.09%
B = 5.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#719810 (or 0x719810) is known color: Olive Drab. HEX triplet: 71, 98 and 10. RGB value is (113,152,16). Sum of RGB (Red+Green+Blue) = 113+152+16=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #719810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719810 is #8E67EF. Grayscale: #7D7D7D. Windows color (decimal): -9332720 or 1087601. OLE color: 1087601.

HSL color Cylindrical-coordinate representation of color #719810: hue angle of 77.21º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #719810 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 152 16 -
CMYK 0.26 0 0.89 0.40
HSL 77.21º 0.81% 0.33% -
HSV(B) 77.21º 0.89% 0.6% -
XYZ 18.13 26 4.55 -
YUV 124.84 66.58 119.56 -
System Red Green Blue C M Y K H S L
Decimal 113 152 16 0.26 0 0.89 0.40 77.21 0.81 0.33
Hex 71 98 10 1A 0 59 28 4D 51 21
Octal 161 230 20 32 0 131 50 115 121 41
Binary 1110001 10011000 10000 11010 0 1011001 101000 1001101 1010001 100001

Color Harmonies of #719810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719810

Black with #719810

Text Example


Text Example

White with #719810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719810; }

 p { color: rgb(113,152,16); }

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

background-color css

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

 a { background-color: rgb(113,152,16); }

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

border-color css

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

 span { border-color: rgb(113,152,16); }

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