#7F932C

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

Shades of Wasabi #7F932C

Tints of Wasabi #7F932C

Color information

#7F932C (or 0x7F932C) is unknown color: approx Wasabi. HEX triplet: 7F, 93 and 2C. RGB value is (127,147,44). Sum of RGB (Red+Green+Blue) = 127+147+44=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #7F932C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F932C is #806CD3. Grayscale: #818181. Windows color (decimal): -8416468 or 2921343. OLE color: 2921343.

HSL color Cylindrical-coordinate representation of color #7F932C: hue angle of 71.65º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F932C is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB12714744-
CMYK0.1400.700.42
HSL71.65º53.93%37.45%-
HSV(B)71.65º70.07%57.65%-
XYZ19.6425.566.28-
YUV129.2879.87126.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.94%
GREEN value IS 147 (57.81% from 255) = 46.23%
BLUE value IS 44 (17.58% from 255) = 13.84%
R=39.94%
G=46.23%
B=13.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127147440.1400.700.4271.6553.9337.45
Hex7F932CE0462A483625
Octal17722354160106521106645
Binary1111111100100111011001110010001101010101001000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F932C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,147,44); }

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

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

 a { background-color: rgb(127,147,44); }

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

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

 span { border-color: rgb(127,147,44); }

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