#756A09

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

Shades of Olive #756A09

Tints of Olive #756A09

Color information

#756A09 (or 0x756A09) is unknown color: approx Olive. HEX triplet: 75, 6A and 09. RGB value is (117,106,9). Sum of RGB (Red+Green+Blue) = 117+106+9=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #756A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756A09 is #8A95F6. Grayscale: #626262. Windows color (decimal): -9082359 or 617077. OLE color: 617077.

HSL color Cylindrical-coordinate representation of color #756A09: hue angle of 53.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #756A09 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB1171069-
CMYK00.090.920.54
HSL53.89º85.71%24.71%-
HSV(B)53.89º92.31%45.88%-
XYZ12.5414.112.32-
YUV98.2377.64141.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 106 (41.80% from 255) = 45.69%
BLUE value IS 9 (3.91% from 255) = 3.88%
R=50.43%
G=45.69%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117106900.090.920.5453.8985.7124.71
Hex756A9095C36365619
Octal16515211011134666612631
Binary111010111010101001010011011100110110110110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,106,9); }

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

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

 a { background-color: rgb(117,106,9); }

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

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

 span { border-color: rgb(117,106,9); }

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