#72893A

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

Shades of Wasabi #72893A

Tints of Wasabi #72893A

Color information

#72893A (or 0x72893A) is unknown color: approx Wasabi. HEX triplet: 72, 89 and 3A. RGB value is (114,137,58). Sum of RGB (Red+Green+Blue) = 114+137+58=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #72893A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72893A is #8D76C5. Grayscale: #797979. Windows color (decimal): -9270982 or 3836274. OLE color: 3836274.

HSL color Cylindrical-coordinate representation of color #72893A: hue angle of 77.47º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72893A is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB11413758-
CMYK0.1700.580.46
HSL77.47º40.51%38.24%-
HSV(B)77.47º57.66%53.73%-
XYZ16.6521.777.33-
YUV121.1292.38122.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 137 (53.91% from 255) = 44.34%
BLUE value IS 58 (23.05% from 255) = 18.77%
R=36.89%
G=44.34%
B=18.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114137580.1700.580.4677.4740.5138.24
Hex72893A1103A2E4d2926
Octal1622117221072561155146
Binary1110010100010011110101000101110101011101001101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72893A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72893A; }

 p { color: rgb(114,137,58); }

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

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

 a { background-color: rgb(114,137,58); }

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

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

 span { border-color: rgb(114,137,58); }

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