#7F8C45

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

Shades of Wasabi #7F8C45

Tints of Wasabi #7F8C45

Color information

#7F8C45 (or 0x7F8C45) is unknown color: approx Wasabi. HEX triplet: 7F, 8C and 45. RGB value is (127,140,69). Sum of RGB (Red+Green+Blue) = 127+140+69=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 140 - color contains mainly: green. Hex color #7F8C45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8C45 is #8073BA. Grayscale: #808080. Windows color (decimal): -8418235 or 4557951. OLE color: 4557951.

HSL color Cylindrical-coordinate representation of color #7F8C45: hue angle of 70.99º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F8C45 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB12714069-
CMYK0.0900.510.45
HSL70.99º33.97%40.98%-
HSV(B)70.99º50.71%54.9%-
XYZ19.223.79.19-
YUV128.0294.69127.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.80%
GREEN value IS 140 (55.08% from 255) = 41.67%
BLUE value IS 69 (27.34% from 255) = 20.54%
R=37.80%
G=41.67%
B=20.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal127140690.0900.510.4570.9933.9740.98
Hex7F8C4590332D472229
Octal17721410511063551074251
Binary1111111100011001000101100101100111011011000111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,140,69); }

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

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

 a { background-color: rgb(127,140,69); }

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

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

 span { border-color: rgb(127,140,69); }

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