Html Css Color HEX #718916 Olive Drab

📋 copy color: '#718916'

red 113 ◦ green 137 ◦ blue 22

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

Shades of Olive Drab #718916

Tints of Olive Drab #718916

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.37%

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

R = 41.54%
G = 50.37%
B = 8.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#718916 (or 0x718916) is known color: Olive Drab. HEX triplet: 71, 89 and 16. RGB value is (113,137,22). Sum of RGB (Red+Green+Blue) = 113+137+22=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #718916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718916 is #8E76E9. Grayscale: #757575. Windows color (decimal): -9336554 or 1476977. OLE color: 1476977.

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

Color convert

RGB 113 137 22 -
CMYK 0.18 0 0.84 0.46
HSL 72.52º 0.72% 0.31% -
HSV(B) 72.52º 0.84% 0.54% -
XYZ 15.9 21.46 4.06 -
YUV 116.71 74.55 125.35 -
System Red Green Blue C M Y K H S L
Decimal 113 137 22 0.18 0 0.84 0.46 72.52 0.72 0.31
Hex 71 89 16 12 0 54 2E 49 48 1F
Octal 161 211 26 22 0 124 56 111 110 37
Binary 1110001 10001001 10110 10010 0 1010100 101110 1001001 1001000 11111

Color Harmonies of #718916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718916

Black with #718916

Text Example


Text Example

White with #718916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718916; }

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

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

background-color css

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

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

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

border-color css

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

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

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