#756C0C

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

Shades of Olive #756C0C

Tints of Olive #756C0C

Color information

#756C0C (or 0x756C0C) is unknown color: approx Olive. HEX triplet: 75, 6C and 0C. RGB value is (117,108,12). Sum of RGB (Red+Green+Blue) = 117+108+12=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #756C0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756C0C is #8A93F3. Grayscale: #646464. Windows color (decimal): -9081844 or 814197. OLE color: 814197.

HSL color Cylindrical-coordinate representation of color #756C0C: hue angle of 54.86º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #756C0C is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB11710812-
CMYK00.080.900.54
HSL54.86º81.4%25.29%-
HSV(B)54.86º89.74%45.88%-
XYZ12.7714.532.48-
YUV99.7578.48140.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 108 (42.58% from 255) = 45.57%
BLUE value IS 12 (5.08% from 255) = 5.06%
R=49.37%
G=45.57%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171081200.080.900.5454.8681.425.29
Hex756CC085A36375119
Octal16515414010132666712131
Binary111010111011001100010001011010110110110111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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