Html Css Color HEX #719812 Olive Drab

📋 copy color: '#719812'

red 113 ◦ green 152 ◦ blue 18

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

Shades of Olive Drab #719812

Tints of Olive Drab #719812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.36%

R = 39.93%
G = 53.71%
B = 6.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#719812 (or 0x719812) is known color: Olive Drab. HEX triplet: 71, 98 and 12. RGB value is (113,152,18). Sum of RGB (Red+Green+Blue) = 113+152+18=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #719812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719812 is #8E67ED. Grayscale: #7D7D7D. Windows color (decimal): -9332718 or 1218673. OLE color: 1218673.

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

Color convert

RGB 113 152 18 -
CMYK 0.26 0 0.88 0.40
HSL 77.46º 0.79% 0.33% -
HSV(B) 77.46º 0.88% 0.6% -
XYZ 18.15 26.01 4.64 -
YUV 125.06 67.58 119.4 -
System Red Green Blue C M Y K H S L
Decimal 113 152 18 0.26 0 0.88 0.40 77.46 0.79 0.33
Hex 71 98 12 1A 0 58 28 4D 4F 21
Octal 161 230 22 32 0 130 50 115 117 41
Binary 1110001 10011000 10010 11010 0 1011000 101000 1001101 1001111 100001

Color Harmonies of #719812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719812

Black with #719812

Text Example


Text Example

White with #719812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719812; }

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

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

background-color css

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

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

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

border-color css

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

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

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