#736C0D

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

Shades of Olivetone #736C0D

Tints of Olivetone #736C0D

Color information

#736C0D (or 0x736C0D) is unknown color: approx Olivetone. HEX triplet: 73, 6C and 0D. RGB value is (115,108,13). Sum of RGB (Red+Green+Blue) = 115+108+13=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #736C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736C0D is #8C93F2. Grayscale: #636363. Windows color (decimal): -9212915 or 879731. OLE color: 879731.

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

Color convert

RGB11510813-
CMYK00.060.890.55
HSL55.88º79.69%25.1%-
HSV(B)55.88º88.7%45.1%-
XYZ12.5114.42.5-
YUV99.2679.32139.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.73%
GREEN value IS 108 (42.58% from 255) = 45.76%
BLUE value IS 13 (5.47% from 255) = 5.51%
R=48.73%
G=45.76%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151081300.060.890.5555.8879.6925.1
Hex736CD065937385019
Octal1631541506131677012031
Binary11100111101100110101101011001110111111000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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