#756605

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

Shades of Olive #756605

Tints of Olive #756605

Color information

#756605 (or 0x756605) is unknown color: approx Olive. HEX triplet: 75, 66 and 05. RGB value is (117,102,5). Sum of RGB (Red+Green+Blue) = 117+102+5=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #756605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756605 is #8A99FA. Grayscale: #5F5F5F. Windows color (decimal): -9083387 or 353909. OLE color: 353909.

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

Color convert

RGB1171025-
CMYK00.130.960.54
HSL51.96º91.8%23.92%-
HSV(B)51.96º95.73%45.88%-
XYZ12.1113.32.07-
YUV95.4376.97143.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.23%
GREEN value IS 102 (40.23% from 255) = 45.54%
BLUE value IS 5 (2.34% from 255) = 2.23%
R=52.23%
G=45.54%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117102500.130.960.5451.9691.823.92
Hex756650D6036345c18
Octal1651465015140666413430
Binary11101011100110101011011100000110110110100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756605; }

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

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

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

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

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

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

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

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