Html Css Color HEX #759117 Olive Drab

📋 copy color: '#759117'

red 117 ◦ green 145 ◦ blue 23

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

Shades of Olive Drab #759117

Tints of Olive Drab #759117

RGB

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

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

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

R = 41.05%
G = 50.88%
B = 8.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#759117 (or 0x759117) is known color: Olive Drab. HEX triplet: 75, 91 and 17. RGB value is (117,145,23). Sum of RGB (Red+Green+Blue) = 117+145+23=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #759117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759117 is #8A6EE8. Grayscale: #7B7B7B. Windows color (decimal): -9072361 or 1544565. OLE color: 1544565.

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

Color convert

RGB 117 145 23 -
CMYK 0.19 0 0.84 0.43
HSL 73.77º 0.73% 0.33% -
HSV(B) 73.77º 0.84% 0.57% -
XYZ 17.62 24.09 4.53 -
YUV 122.72 71.72 123.92 -
System Red Green Blue C M Y K H S L
Decimal 117 145 23 0.19 0 0.84 0.43 73.77 0.73 0.33
Hex 75 91 17 13 0 54 2B 4A 49 21
Octal 165 221 27 23 0 124 53 112 111 41
Binary 1110101 10010001 10111 10011 0 1010100 101011 1001010 1001001 100001

Color Harmonies of #759117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759117

Black with #759117

Text Example


Text Example

White with #759117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759117; }

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

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

background-color css

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

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

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

border-color css

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

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

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