#756F0D

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

Shades of Olive #756F0D

Tints of Olive #756F0D

Color information

#756F0D (or 0x756F0D) is unknown color: approx Olive. HEX triplet: 75, 6F and 0D. RGB value is (117,111,13). Sum of RGB (Red+Green+Blue) = 117+111+13=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #756F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756F0D is #8A90F2. Grayscale: #666666. Windows color (decimal): -9081075 or 880501. OLE color: 880501.

HSL color Cylindrical-coordinate representation of color #756F0D: hue angle of 56.54º 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 #756F0D is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB11711113-
CMYK00.050.890.54
HSL56.54º80%25.49%-
HSV(B)56.54º88.89%45.88%-
XYZ13.0915.182.62-
YUV101.6277.99138.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 111 (43.75% from 255) = 46.06%
BLUE value IS 13 (5.47% from 255) = 5.39%
R=48.55%
G=46.06%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171111300.050.890.5456.548025.49
Hex756FD055936395019
Octal1651571505131667112031
Binary11101011101111110101011011001110110111001101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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