#737110

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

Shades of Olivetone #737110

Tints of Olivetone #737110

Color information

#737110 (or 0x737110) is unknown color: approx Olivetone. HEX triplet: 73, 71 and 10. RGB value is (115,113,16). Sum of RGB (Red+Green+Blue) = 115+113+16=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #737110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737110 is #8C8EEF. Grayscale: #666666. Windows color (decimal): -9211632 or 1077619. OLE color: 1077619.

HSL color Cylindrical-coordinate representation of color #737110: hue angle of 58.79º 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 #737110 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB11511316-
CMYK00.020.860.55
HSL58.79º75.57%25.69%-
HSV(B)58.79º86.09%45.1%-
XYZ13.0715.492.79-
YUV102.5479.16136.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.13%
GREEN value IS 113 (44.53% from 255) = 46.31%
BLUE value IS 16 (6.64% from 255) = 6.56%
R=47.13%
G=46.31%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151131600.020.860.5558.7975.5725.69
Hex7371100256373b4c1a
Octal1631612002126677311432
Binary11100111110001100000101010110110111111011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737110; }

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

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

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

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

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

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

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

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