#737310

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

Shades of Olive #737310

Tints of Olive #737310

Color information

#737310 (or 0x737310) is unknown color: approx Olive. HEX triplet: 73, 73 and 10. RGB value is (115,115,16). Sum of RGB (Red+Green+Blue) = 115+115+16=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 115 - color contains mainly: red, green. Hex color #737310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737310 is #8C8CEF. Grayscale: #686868. Windows color (decimal): -9211120 or 1078131. OLE color: 1078131.

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

Color convert

RGB11511516-
CMYK000.860.55
HSL60º75.57%25.69%-
HSV(B)60º86.09%45.1%-
XYZ13.2915.942.87-
YUV103.7178.5136.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.75%
GREEN value IS 115 (45.31% from 255) = 46.75%
BLUE value IS 16 (6.64% from 255) = 6.50%
R=46.75%
G=46.75%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511516000.860.556075.5725.69
Hex7373100056373c4c1a
Octal1631632000126677411432
Binary1110011111001110000001010110110111111100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737310; }

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

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

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

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

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

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

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

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