#75950B

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

Shades of Olive Drab #75950B

Tints of Olive Drab #75950B

Color information

#75950B (or 0x75950B) is unknown color: approx Olive Drab. HEX triplet: 75, 95 and 0B. RGB value is (117,149,11). Sum of RGB (Red+Green+Blue) = 117+149+11=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #75950B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75950B is #8A6AF4. Grayscale: #7C7C7C. Windows color (decimal): -9071349 or 759157. OLE color: 759157.

HSL color Cylindrical-coordinate representation of color #75950B: hue angle of 73.91º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75950B is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB11714911-
CMYK0.2100.930.42
HSL73.91º86.25%31.37%-
HSV(B)73.91º92.62%58.43%-
XYZ18.1425.34.24-
YUV123.764.4123.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 149 (58.59% from 255) = 53.79%
BLUE value IS 11 (4.69% from 255) = 3.97%
R=42.24%
G=53.79%
B=3.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117149110.2100.930.4273.9186.2531.37
Hex7595B1505D2A4a561f
Octal165225132501355211212637
Binary111010110010101101110101010111011010101001010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75950B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75950B; }

 p { color: rgb(117,149,11); }

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

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

 a { background-color: rgb(117,149,11); }

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

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

 span { border-color: rgb(117,149,11); }

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