#758B17

Color #758B17 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #758B17

Tints of Olive Drab #758B17

Color information

#758B17 (or 0x758B17) is unknown color: approx Olive Drab. HEX triplet: 75, 8B and 17. RGB value is (117,139,23). Sum of RGB (Red+Green+Blue) = 117+139+23=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #758B17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758B17 is #8A74E8. Grayscale: #777777. Windows color (decimal): -9073897 or 1543029. OLE color: 1543029.

HSL color Cylindrical-coordinate representation of color #758B17: hue angle of 71.38º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #758B17 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB11713923-
CMYK0.1600.830.45
HSL71.38º71.6%31.76%-
HSV(B)71.38º83.45%54.51%-
XYZ16.7222.314.24-
YUV119.273.71126.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 139 (54.69% from 255) = 49.82%
BLUE value IS 23 (9.38% from 255) = 8.24%
R=41.94%
G=49.82%
B=8.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117139230.1600.830.4571.3871.631.76
Hex758B17100532D474820
Octal165213272001235510711040
Binary11101011000101110111100000101001110110110001111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758B17; }

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

 H1.HeaderClassName
 {
   color: #758B17;
 }
 .AnyTagClassName
 {
   color: #758B17;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #758B17;
 }
 .BgClassName
 {
   background-color: #758B17;
 }
</style>
border-color css

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

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

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