#756C05

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

Shades of Olive #756C05

Tints of Olive #756C05

Color information

#756C05 (or 0x756C05) is unknown color: approx Olive. HEX triplet: 75, 6C and 05. RGB value is (117,108,5). Sum of RGB (Red+Green+Blue) = 117+108+5=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #756C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756C05 is #8A93FA. Grayscale: #636363. Windows color (decimal): -9081851 or 355445. OLE color: 355445.

HSL color Cylindrical-coordinate representation of color #756C05: hue angle of 55.18º 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 #756C05 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB1171085-
CMYK00.080.960.54
HSL55.18º91.8%23.92%-
HSV(B)55.18º95.73%45.88%-
XYZ12.7314.522.28-
YUV98.9574.98140.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 108 (42.58% from 255) = 46.96%
BLUE value IS 5 (2.34% from 255) = 2.17%
R=50.87%
G=46.96%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117108500.080.960.5455.1891.823.92
Hex756C5086036375c18
Octal1651545010140666713430
Binary11101011101100101010001100000110110110111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756C05; }

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

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

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

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

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

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

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

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