#7F8640

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

Shades of Wasabi #7F8640

Tints of Wasabi #7F8640

Color information

#7F8640 (or 0x7F8640) is unknown color: approx Wasabi. HEX triplet: 7F, 86 and 40. RGB value is (127,134,64). Sum of RGB (Red+Green+Blue) = 127+134+64=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8640 is #8079BF. Grayscale: #7C7C7C. Windows color (decimal): -8419776 or 4228735. OLE color: 4228735.

HSL color Cylindrical-coordinate representation of color #7F8640: hue angle of 66º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F8640 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB12713464-
CMYK0.0500.520.47
HSL66º35.35%38.82%-
HSV(B)66º52.24%52.55%-
XYZ18.221.938.12-
YUV123.9394.18130.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.08%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 64 (25.39% from 255) = 19.69%
R=39.08%
G=41.23%
B=19.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127134640.0500.520.476635.3538.82
Hex7F864050342F422327
Octal1772061005064571024347
Binary111111110000110100000010101101001011111000010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,134,64); }

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

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

 a { background-color: rgb(127,134,64); }

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

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

 span { border-color: rgb(127,134,64); }

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