Html Css Color HEX #759017 Olive Drab

📋 copy color: '#759017'

red 117 ◦ green 144 ◦ blue 23

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

Shades of Olive Drab #759017

Tints of Olive Drab #759017

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.7%

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

R = 41.2%
G = 50.7%
B = 8.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.44

RGB Variations

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

Color information

#759017 (or 0x759017) is known color: Olive Drab. HEX triplet: 75, 90 and 17. RGB value is (117,144,23). Sum of RGB (Red+Green+Blue) = 117+144+23=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #759017 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759017 is #8A6FE8. Grayscale: #7A7A7A. Windows color (decimal): -9072617 or 1544309. OLE color: 1544309.

HSL color Cylindrical-coordinate representation of color #759017: hue angle of 73.39º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #759017 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 23 -
CMYK 0.19 0 0.84 0.44
HSL 73.39º 0.72% 0.33% -
HSV(B) 73.39º 0.84% 0.56% -
XYZ 17.46 23.79 4.48 -
YUV 122.13 72.05 124.34 -
System Red Green Blue C M Y K H S L
Decimal 117 144 23 0.19 0 0.84 0.44 73.39 0.72 0.33
Hex 75 90 17 13 0 54 2C 49 48 21
Octal 165 220 27 23 0 124 54 111 110 41
Binary 1110101 10010000 10111 10011 0 1010100 101100 1001001 1001000 100001

Color Harmonies of #759017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759017

Black with #759017

Text Example


Text Example

White with #759017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759017; }

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

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

background-color css

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

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

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

border-color css

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

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

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