#757005

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

Shades of Olive #757005

Tints of Olive #757005

Color information

#757005 (or 0x757005) is unknown color: approx Olive. HEX triplet: 75, 70 and 05. RGB value is (117,112,5). Sum of RGB (Red+Green+Blue) = 117+112+5=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #757005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757005 is #8A8FFA. Grayscale: #656565. Windows color (decimal): -9080827 or 356469. OLE color: 356469.

HSL color Cylindrical-coordinate representation of color #757005: hue angle of 57.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #757005 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB1171125-
CMYK00.040.960.54
HSL57.32º91.8%23.92%-
HSV(B)57.32º95.73%45.88%-
XYZ13.1615.382.42-
YUV101.373.66139.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 5 (2.34% from 255) = 2.14%
R=50%
G=47.86%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117112500.040.960.5457.3291.823.92
Hex75705046036395c18
Octal165160504140667113430
Binary1110101111000010101001100000110110111001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757005; }

 p { color: rgb(117,112,5); }

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

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

 a { background-color: rgb(117,112,5); }

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

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

 span { border-color: rgb(117,112,5); }

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