#7F983C

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

Shades of Wasabi #7F983C

Tints of Wasabi #7F983C

Color information

#7F983C (or 0x7F983C) is unknown color: approx Wasabi. HEX triplet: 7F, 98 and 3C. RGB value is (127,152,60). Sum of RGB (Red+Green+Blue) = 127+152+60=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #7F983C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F983C is #8067C3. Grayscale: #868686. Windows color (decimal): -8415172 or 3971199. OLE color: 3971199.

HSL color Cylindrical-coordinate representation of color #7F983C: hue angle of 76.3º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F983C is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB12715260-
CMYK0.1600.610.40
HSL76.3º43.4%41.57%-
HSV(B)76.3º60.53%59.61%-
XYZ20.827.298.45-
YUV134.0486.22122.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.46%
GREEN value IS 152 (59.77% from 255) = 44.84%
BLUE value IS 60 (23.83% from 255) = 17.70%
R=37.46%
G=44.84%
B=17.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal127152600.1600.610.4076.343.441.57
Hex7F983C1003D284c2b2a
Octal1772307420075501145352
Binary1111111100110001111001000001111011010001001100101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F983C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F983C; }

 p { color: rgb(127,152,60); }

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

<style>
 a { background-color: #7F983C; }

 a { background-color: rgb(127,152,60); }

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

<style>
 span { border-color: #7F983C; }

 span { border-color: rgb(127,152,60); }

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