#756F06

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

Shades of Olive #756F06

Tints of Olive #756F06

Color information

#756F06 (or 0x756F06) is unknown color: approx Olive. HEX triplet: 75, 6F and 06. RGB value is (117,111,6). Sum of RGB (Red+Green+Blue) = 117+111+6=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #756F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756F06 is #8A90F9. Grayscale: #656565. Windows color (decimal): -9081082 or 421749. OLE color: 421749.

HSL color Cylindrical-coordinate representation of color #756F06: hue angle of 56.76º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #756F06 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB1171116-
CMYK00.050.950.54
HSL56.76º90.24%24.12%-
HSV(B)56.76º94.87%45.88%-
XYZ13.0515.162.41-
YUV100.8274.49139.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 111 (43.75% from 255) = 47.44%
BLUE value IS 6 (2.73% from 255) = 2.56%
R=50%
G=47.44%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117111600.050.950.5456.7690.2424.12
Hex756F6055F36395a18
Octal165157605137667113230
Binary1110101110111111001011011111110110111001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,111,6); }

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

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

 a { background-color: rgb(117,111,6); }

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

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

 span { border-color: rgb(117,111,6); }

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