#72853C

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

Shades of Wasabi #72853C

Tints of Wasabi #72853C

Color information

#72853C (or 0x72853C) is unknown color: approx Wasabi. HEX triplet: 72, 85 and 3C. RGB value is (114,133,60). Sum of RGB (Red+Green+Blue) = 114+133+60=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #72853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72853C is #8D7AC3. Grayscale: #777777. Windows color (decimal): -9272004 or 3966322. OLE color: 3966322.

HSL color Cylindrical-coordinate representation of color #72853C: hue angle of 75.62º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72853C is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB11413360-
CMYK0.1400.550.48
HSL75.62º37.82%37.84%-
HSV(B)75.62º54.89%52.16%-
XYZ16.1420.687.42-
YUV11994.71124.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 60 (23.83% from 255) = 19.54%
R=37.13%
G=43.32%
B=19.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114133600.1400.550.4875.6237.8237.84
Hex72853CE037304c2626
Octal1622057416067601144646
Binary111001010000101111100111001101111100001001100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72853C; }

 p { color: rgb(114,133,60); }

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

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

 a { background-color: rgb(114,133,60); }

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

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

 span { border-color: rgb(114,133,60); }

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