#76903F

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

Shades of Wasabi #76903F

Tints of Wasabi #76903F

Color information

#76903F (or 0x76903F) is unknown color: approx Wasabi. HEX triplet: 76, 90 and 3F. RGB value is (118,144,63). Sum of RGB (Red+Green+Blue) = 118+144+63=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #76903F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76903F is #896FC0. Grayscale: #7F7F7F. Windows color (decimal): -9007041 or 4165750. OLE color: 4165750.

HSL color Cylindrical-coordinate representation of color #76903F: hue angle of 79.26º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76903F is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB11814463-
CMYK0.1800.560.44
HSL79.26º39.13%40.59%-
HSV(B)79.26º56.25%56.47%-
XYZ18.3424.168.4-
YUV126.9991.89121.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 63 (25% from 255) = 19.38%
R=36.31%
G=44.31%
B=19.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118144630.1800.560.4479.2639.1340.59
Hex76903F120382C4f2729
Octal1662207722070541174751
Binary1110110100100001111111001001110001011001001111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76903F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76903F; }

 p { color: rgb(118,144,63); }

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

<style>
 a { background-color: #76903F; }

 a { background-color: rgb(118,144,63); }

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

<style>
 span { border-color: #76903F; }

 span { border-color: rgb(118,144,63); }

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