#76853C

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

Shades of Wasabi #76853C

Tints of Wasabi #76853C

Color information

#76853C (or 0x76853C) is unknown color: approx Wasabi. HEX triplet: 76, 85 and 3C. RGB value is (118,133,60). Sum of RGB (Red+Green+Blue) = 118+133+60=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #76853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76853C is #897AC3. Grayscale: #787878. Windows color (decimal): -9009860 or 3966326. OLE color: 3966326.

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

Color convert

RGB11813360-
CMYK0.1100.550.48
HSL72.33º37.82%37.84%-
HSV(B)72.33º54.89%52.16%-
XYZ16.6720.957.44-
YUV120.1994.03126.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.94%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 60 (23.83% from 255) = 19.29%
R=37.94%
G=42.77%
B=19.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118133600.1100.550.4872.3337.8237.84
Hex76853CB03730482626
Octal1662057413067601104646
Binary111011010000101111100101101101111100001001000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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