#7F8932

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

Shades of Wasabi #7F8932

Tints of Wasabi #7F8932

Color information

#7F8932 (or 0x7F8932) is unknown color: approx Wasabi. HEX triplet: 7F, 89 and 32. RGB value is (127,137,50). Sum of RGB (Red+Green+Blue) = 127+137+50=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #7F8932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8932 is #8076CD. Grayscale: #7C7C7C. Windows color (decimal): -8419022 or 3311999. OLE color: 3311999.

HSL color Cylindrical-coordinate representation of color #7F8932: hue angle of 66.9º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F8932 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB12713750-
CMYK0.0700.640.46
HSL66.9º46.52%36.67%-
HSV(B)66.9º63.5%53.73%-
XYZ18.2722.636.42-
YUV124.0986.19130.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.45%
GREEN value IS 137 (53.91% from 255) = 43.63%
BLUE value IS 50 (19.92% from 255) = 15.92%
R=40.45%
G=43.63%
B=15.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127137500.0700.640.4666.946.5236.67
Hex7F893270402E432f25
Octal1772116270100561035745
Binary111111110001001110010111010000001011101000011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,137,50); }

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

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

 a { background-color: rgb(127,137,50); }

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

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

 span { border-color: rgb(127,137,50); }

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