#736915

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

Shades of Olivetone #736915

Tints of Olivetone #736915

Color information

#736915 (or 0x736915) is unknown color: approx Olivetone. HEX triplet: 73, 69 and 15. RGB value is (115,105,21). Sum of RGB (Red+Green+Blue) = 115+105+21=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #736915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736915 is #8C96EA. Grayscale: #626262. Windows color (decimal): -9213675 or 1403251. OLE color: 1403251.

HSL color Cylindrical-coordinate representation of color #736915: hue angle of 53.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #736915 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB11510521-
CMYK00.090.820.55
HSL53.62º69.12%26.67%-
HSV(B)53.62º81.74%45.1%-
XYZ12.2613.82.73-
YUV98.4184.31139.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.72%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=47.72%
G=43.57%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151052100.090.820.5553.6269.1226.67
Hex73691509523736451b
Octal16315125011122676610533
Binary1110011110100110101010011010010110111110110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736915; }

 p { color: rgb(115,105,21); }

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

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

 a { background-color: rgb(115,105,21); }

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

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

 span { border-color: rgb(115,105,21); }

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