#7F9148

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

Shades of Wasabi #7F9148

Tints of Wasabi #7F9148

Color information

#7F9148 (or 0x7F9148) is unknown color: approx Wasabi. HEX triplet: 7F, 91 and 48. RGB value is (127,145,72). Sum of RGB (Red+Green+Blue) = 127+145+72=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #7F9148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9148 is #806EB7. Grayscale: #838383. Windows color (decimal): -8416952 or 4755839. OLE color: 4755839.

HSL color Cylindrical-coordinate representation of color #7F9148: hue angle of 74.79º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F9148 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB12714572-
CMYK0.1200.500.43
HSL74.79º33.64%42.55%-
HSV(B)74.79º50.34%56.86%-
XYZ20.0525.239.94-
YUV131.394.54124.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.92%
GREEN value IS 145 (57.03% from 255) = 42.15%
BLUE value IS 72 (28.52% from 255) = 20.93%
R=36.92%
G=42.15%
B=20.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal127145720.1200.500.4374.7933.6442.55
Hex7F9148C0322B4b222b
Octal17722111014062531134253
Binary1111111100100011001000110001100101010111001011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,145,72); }

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

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

 a { background-color: rgb(127,145,72); }

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

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

 span { border-color: rgb(127,145,72); }

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