Html Css Color HEX #759917 Olive Drab

📋 copy color: '#759917'

red 117 ◦ green 153 ◦ blue 23

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

Shades of Olive Drab #759917

Tints of Olive Drab #759917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.85%

R = 39.93%
G = 52.22%
B = 7.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.85

 K value IS 0.4

RGB Variations

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

Color information

#759917 (or 0x759917) is known color: Olive Drab. HEX triplet: 75, 99 and 17. RGB value is (117,153,23). Sum of RGB (Red+Green+Blue) = 117+153+23=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #759917 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759917 is #8A66E8. Grayscale: #7F7F7F. Windows color (decimal): -9070313 or 1546613. OLE color: 1546613.

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

Color convert

RGB 117 153 23 -
CMYK 0.24 0 0.85 0.4
HSL 76.62º 0.74% 0.35% -
HSV(B) 76.62º 0.85% 0.6% -
XYZ 18.88 26.63 4.95 -
YUV 127.42 69.07 120.57 -
System Red Green Blue C M Y K H S L
Decimal 117 153 23 0.24 0 0.85 0.4 76.62 0.74 0.35
Hex 75 99 17 18 0 55 28 4D 4A 23
Octal 165 231 27 30 0 125 50 115 112 43
Binary 1110101 10011001 10111 11000 0 1010101 101000 1001101 1001010 100011

Color Harmonies of #759917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759917

Black with #759917

Text Example


Text Example

White with #759917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759917; }

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

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

background-color css

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

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

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

border-color css

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

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

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