#76803D

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

Shades of Wasabi #76803D

Tints of Wasabi #76803D

Color information

#76803D (or 0x76803D) is unknown color: approx Wasabi. HEX triplet: 76, 80 and 3D. RGB value is (118,128,61). Sum of RGB (Red+Green+Blue) = 118+128+61=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #76803D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76803D is #897FC2. Grayscale: #757575. Windows color (decimal): -9011139 or 4030582. OLE color: 4030582.

HSL color Cylindrical-coordinate representation of color #76803D: hue angle of 68.96º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76803D is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB11812861-
CMYK0.0800.520.50
HSL68.96º35.45%37.06%-
HSV(B)68.96º52.34%50.2%-
XYZ16.0319.637.36-
YUV117.3796.19128.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 61 (24.22% from 255) = 19.87%
R=38.44%
G=41.69%
B=19.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118128610.0800.520.5068.9635.4537.06
Hex76803D803432452325
Octal1662007510064621054345
Binary111011010000000111101100001101001100101000101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76803D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76803D; }

 p { color: rgb(118,128,61); }

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

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

 a { background-color: rgb(118,128,61); }

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

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

 span { border-color: rgb(118,128,61); }

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