#737A32

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

Shades of Olivetone #737A32

Tints of Olivetone #737A32

Color information

#737A32 (or 0x737A32) is unknown color: approx Olivetone. HEX triplet: 73, 7A and 32. RGB value is (115,122,50). Sum of RGB (Red+Green+Blue) = 115+122+50=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 122 - color contains mainly: green. Hex color #737A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737A32 is #8C85CD. Grayscale: #6F6F6F. Windows color (decimal): -9209294 or 3308147. OLE color: 3308147.

HSL color Cylindrical-coordinate representation of color #737A32: hue angle of 65.83º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #737A32 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB11512250-
CMYK0.0600.590.52
HSL65.83º41.86%33.73%-
HSV(B)65.83º59.02%47.84%-
XYZ14.6117.795.68-
YUV111.793.18130.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.07%
GREEN value IS 122 (48.05% from 255) = 42.51%
BLUE value IS 50 (19.92% from 255) = 17.42%
R=40.07%
G=42.51%
B=17.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115122500.0600.590.5265.8341.8633.73
Hex737A32603B34422a22
Octal163172626073641025242
Binary1110011111101011001011001110111101001000010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737A32; }

 p { color: rgb(115,122,50); }

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

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

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

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

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

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

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