#736C11

Color #736C11 Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #736C11

Tints of Olivetone #736C11

Color information

#736C11 (or 0x736C11) is unknown color: approx Olivetone. HEX triplet: 73, 6C and 11. RGB value is (115,108,17). Sum of RGB (Red+Green+Blue) = 115+108+17=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #736C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736C11 is #8C93EE. Grayscale: #646464. Windows color (decimal): -9212911 or 1141875. OLE color: 1141875.

HSL color Cylindrical-coordinate representation of color #736C11: hue angle of 55.71º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #736C11 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB11510817-
CMYK00.060.850.55
HSL55.71º74.24%25.88%-
HSV(B)55.71º85.22%45.1%-
XYZ12.5314.412.65-
YUV99.7281.32138.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.92%
GREEN value IS 108 (42.58% from 255) = 45%
BLUE value IS 17 (7.03% from 255) = 7.08%
R=47.92%
G=45%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151081700.060.850.5555.7174.2425.88
Hex736C11065537384a1a
Octal1631542106125677011232
Binary111001111011001000101101010101110111111000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736C11; }

 p { color: rgb(115,108,17); }

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

<style>
 a { background-color: #736C11; }

 a { background-color: rgb(115,108,17); }

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

<style>
 span { border-color: #736C11; }

 span { border-color: rgb(115,108,17); }

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