Html Css Color HEX #759916 Olive Drab

📋 copy color: '#759916'

red 117 ◦ green 153 ◦ blue 22

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

Shades of Olive Drab #759916

Tints of Olive Drab #759916

RGB

 RED value IS 117 (46.09% from 255) = 40.07%

 GREEN value IS 153 (60.16% from 255) = 52.4%

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

R = 40.07%
G = 52.4%
B = 7.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#759916 (or 0x759916) is known color: Olive Drab. HEX triplet: 75, 99 and 16. RGB value is (117,153,22). Sum of RGB (Red+Green+Blue) = 117+153+22=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #759916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759916 is #8A66E9. Grayscale: #7F7F7F. Windows color (decimal): -9070314 or 1481077. OLE color: 1481077.

HSL color Cylindrical-coordinate representation of color #759916: hue angle of 76.49º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #759916 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 22 -
CMYK 0.24 0 0.86 0.4
HSL 76.49º 0.75% 0.34% -
HSV(B) 76.49º 0.86% 0.6% -
XYZ 18.87 26.62 4.9 -
YUV 127.3 68.57 120.65 -
System Red Green Blue C M Y K H S L
Decimal 117 153 22 0.24 0 0.86 0.4 76.49 0.75 0.34
Hex 75 99 16 18 0 56 28 4C 4B 22
Octal 165 231 26 30 0 126 50 114 113 42
Binary 1110101 10011001 10110 11000 0 1010110 101000 1001100 1001011 100010

Color Harmonies of #759916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759916

Black with #759916

Text Example


Text Example

White with #759916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759916; }

 p { color: rgb(117,153,22); }

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

background-color css

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

 a { background-color: rgb(117,153,22); }

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

border-color css

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

 span { border-color: rgb(117,153,22); }

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