Html Css Color HEX #718816 Olive Drab

📋 copy color: '#718816'

red 113 ◦ green 136 ◦ blue 22

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

Shades of Olive Drab #718816

Tints of Olive Drab #718816

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.18%

 BLUE value IS 22 (8.98% from 255) = 8.12%

R = 41.7%
G = 50.18%
B = 8.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#718816 (or 0x718816) is known color: Olive Drab. HEX triplet: 71, 88 and 16. RGB value is (113,136,22). Sum of RGB (Red+Green+Blue) = 113+136+22=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #718816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718816 is #8E77E9. Grayscale: #747474. Windows color (decimal): -9336810 or 1476721. OLE color: 1476721.

HSL color Cylindrical-coordinate representation of color #718816: hue angle of 72.11º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #718816 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 136 22 -
CMYK 0.17 0 0.84 0.47
HSL 72.11º 0.72% 0.31% -
HSV(B) 72.11º 0.84% 0.53% -
XYZ 15.76 21.18 4.02 -
YUV 116.13 74.88 125.77 -
System Red Green Blue C M Y K H S L
Decimal 113 136 22 0.17 0 0.84 0.47 72.11 0.72 0.31
Hex 71 88 16 11 0 54 2F 48 48 1F
Octal 161 210 26 21 0 124 57 110 110 37
Binary 1110001 10001000 10110 10001 0 1010100 101111 1001000 1001000 11111

Color Harmonies of #718816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718816

Black with #718816

Text Example


Text Example

White with #718816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718816; }

 p { color: rgb(113,136,22); }

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

background-color css

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

 a { background-color: rgb(113,136,22); }

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

border-color css

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

 span { border-color: rgb(113,136,22); }

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