#7F932F

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

Shades of Wasabi #7F932F

Tints of Wasabi #7F932F

Color information

#7F932F (or 0x7F932F) is unknown color: approx Wasabi. HEX triplet: 7F, 93 and 2F. RGB value is (127,147,47). Sum of RGB (Red+Green+Blue) = 127+147+47=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #7F932F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F932F is #806CD0. Grayscale: #818181. Windows color (decimal): -8416465 or 3117951. OLE color: 3117951.

HSL color Cylindrical-coordinate representation of color #7F932F: hue angle of 72º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F932F is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB12714747-
CMYK0.1400.680.42
HSL72º51.55%38.04%-
HSV(B)72º68.03%57.65%-
XYZ19.725.586.59-
YUV129.6281.37126.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.56%
GREEN value IS 147 (57.81% from 255) = 45.79%
BLUE value IS 47 (18.75% from 255) = 14.64%
R=39.56%
G=45.79%
B=14.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127147470.1400.680.427251.5538.04
Hex7F932FE0442A483426
Octal17722357160104521106446
Binary1111111100100111011111110010001001010101001000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F932F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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