#75951B

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

Shades of Olive Drab #75951B

Tints of Olive Drab #75951B

Color information

#75951B (or 0x75951B) is unknown color: approx Olive Drab. HEX triplet: 75, 95 and 1B. RGB value is (117,149,27). Sum of RGB (Red+Green+Blue) = 117+149+27=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #75951B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75951B is #8A6AE4. Grayscale: #7D7D7D. Windows color (decimal): -9071333 or 1807733. OLE color: 1807733.

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

Color convert

RGB11714927-
CMYK0.2100.820.42
HSL75.74º69.32%34.51%-
HSV(B)75.74º81.88%58.43%-
XYZ18.2825.364.97-
YUV125.5272.4121.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 149 (58.59% from 255) = 50.85%
BLUE value IS 27 (10.94% from 255) = 9.22%
R=39.93%
G=50.85%
B=9.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117149270.2100.820.4275.7469.3234.51
Hex75951B150522A4c4523
Octal165225332501225211410543
Binary11101011001010111011101010101001010101010011001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75951B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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