#756D0D

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

Shades of Olive #756D0D

Tints of Olive #756D0D

Color information

#756D0D (or 0x756D0D) is unknown color: approx Olive. HEX triplet: 75, 6D and 0D. RGB value is (117,109,13). Sum of RGB (Red+Green+Blue) = 117+109+13=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #756D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756D0D is #8A92F2. Grayscale: #646464. Windows color (decimal): -9081587 or 879989. OLE color: 879989.

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

Color convert

RGB11710913-
CMYK00.070.890.54
HSL55.38º80%25.49%-
HSV(B)55.38º88.89%45.88%-
XYZ12.8814.752.55-
YUV100.4578.65139.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 109 (42.97% from 255) = 45.61%
BLUE value IS 13 (5.47% from 255) = 5.44%
R=48.95%
G=45.61%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171091300.070.890.5455.388025.49
Hex756DD075936375019
Octal1651551507131666712031
Binary11101011101101110101111011001110110110111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,109,13); }

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

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

 a { background-color: rgb(117,109,13); }

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

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

 span { border-color: rgb(117,109,13); }

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