#737125

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

Shades of Olivetone #737125

Tints of Olivetone #737125

Color information

#737125 (or 0x737125) is unknown color: approx Olivetone. HEX triplet: 73, 71 and 25. RGB value is (115,113,37). Sum of RGB (Red+Green+Blue) = 115+113+37=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #737125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737125 is #8C8EDA. Grayscale: #696969. Windows color (decimal): -9211611 or 2453875. OLE color: 2453875.

HSL color Cylindrical-coordinate representation of color #737125: hue angle of 58.46º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #737125 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB11511337-
CMYK00.020.680.55
HSL58.46º51.32%29.8%-
HSV(B)58.46º67.83%45.1%-
XYZ13.3115.594.06-
YUV104.9389.66135.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 113 (44.53% from 255) = 42.64%
BLUE value IS 37 (14.84% from 255) = 13.96%
R=43.40%
G=42.64%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151133700.020.680.5558.4651.3229.8
Hex7371250244373a331e
Octal163161450210467726336
Binary11100111110001100101010100010011011111101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737125; }

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

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

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

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

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

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

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

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