#736A10

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

Shades of Olivetone #736A10

Tints of Olivetone #736A10

Color information

#736A10 (or 0x736A10) is unknown color: approx Olivetone. HEX triplet: 73, 6A and 10. RGB value is (115,106,16). Sum of RGB (Red+Green+Blue) = 115+106+16=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #736A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A10 is #8C95EF. Grayscale: #626262. Windows color (decimal): -9213424 or 1075827. OLE color: 1075827.

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

Color convert

RGB11510616-
CMYK00.080.860.55
HSL54.55º75.57%25.69%-
HSV(B)54.55º86.09%45.1%-
XYZ12.3213.992.54-
YUV98.4381.48139.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.52%
GREEN value IS 106 (41.80% from 255) = 44.73%
BLUE value IS 16 (6.64% from 255) = 6.75%
R=48.52%
G=44.73%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151061600.080.860.5554.5575.5725.69
Hex736A10085637374c1a
Octal16315220010126676711432
Binary1110011110101010000010001010110110111110111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,106,16); }

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

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

 a { background-color: rgb(115,106,16); }

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

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

 span { border-color: rgb(115,106,16); }

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