#756C02

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

Shades of Olive #756C02

Tints of Olive #756C02

Color information

#756C02 (or 0x756C02) is unknown color: approx Olive. HEX triplet: 75, 6C and 02. RGB value is (117,108,2). Sum of RGB (Red+Green+Blue) = 117+108+2=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #756C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756C02 is #8A93FD. Grayscale: #636363. Windows color (decimal): -9081854 or 158837. OLE color: 158837.

HSL color Cylindrical-coordinate representation of color #756C02: hue angle of 55.3º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #756C02 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB1171082-
CMYK00.080.980.54
HSL55.3º96.64%23.33%-
HSV(B)55.3º98.29%45.88%-
XYZ12.7114.512.19-
YUV98.6173.48141.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 108 (42.58% from 255) = 47.58%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=51.54%
G=47.58%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117108200.080.980.5455.396.6423.33
Hex756C2086236376117
Octal1651542010142666714127
Binary1110101110110010010001100010110110110111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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