Html Css Color HEX #759116 Olive Drab

📋 copy color: '#759116'

red 117 ◦ green 145 ◦ blue 22

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

Shades of Olive Drab #759116

Tints of Olive Drab #759116

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.06%

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

R = 41.2%
G = 51.06%
B = 7.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#759116 (or 0x759116) is known color: Olive Drab. HEX triplet: 75, 91 and 16. RGB value is (117,145,22). Sum of RGB (Red+Green+Blue) = 117+145+22=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #759116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759116 is #8A6EE9. Grayscale: #7B7B7B. Windows color (decimal): -9072362 or 1479029. OLE color: 1479029.

HSL color Cylindrical-coordinate representation of color #759116: hue angle of 73.66º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #759116 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 22 -
CMYK 0.19 0 0.85 0.43
HSL 73.66º 0.74% 0.33% -
HSV(B) 73.66º 0.85% 0.57% -
XYZ 17.61 24.09 4.48 -
YUV 122.61 71.22 124 -
System Red Green Blue C M Y K H S L
Decimal 117 145 22 0.19 0 0.85 0.43 73.66 0.74 0.33
Hex 75 91 16 13 0 55 2B 4A 4A 21
Octal 165 221 26 23 0 125 53 112 112 41
Binary 1110101 10010001 10110 10011 0 1010101 101011 1001010 1001010 100001

Color Harmonies of #759116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759116

Black with #759116

Text Example


Text Example

White with #759116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759116; }

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

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

background-color css

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

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

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

border-color css

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

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

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