#7F952E

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

Shades of Wasabi #7F952E

Tints of Wasabi #7F952E

Color information

#7F952E (or 0x7F952E) is unknown color: approx Wasabi. HEX triplet: 7F, 95 and 2E. RGB value is (127,149,46). Sum of RGB (Red+Green+Blue) = 127+149+46=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #7F952E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F952E is #806AD1. Grayscale: #838383. Windows color (decimal): -8415954 or 3052927. OLE color: 3052927.

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

Color convert

RGB12714946-
CMYK0.1500.690.42
HSL72.82º52.82%38.24%-
HSV(B)72.82º69.13%58.43%-
XYZ19.9926.26.59-
YUV130.6880.21125.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.44%
GREEN value IS 149 (58.59% from 255) = 46.27%
BLUE value IS 46 (18.36% from 255) = 14.29%
R=39.44%
G=46.27%
B=14.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal127149460.1500.690.4272.8252.8238.24
Hex7F952EF0452A493526
Octal17722556170105521116546
Binary1111111100101011011101111010001011010101001001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,149,46); }

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

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

 a { background-color: rgb(127,149,46); }

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

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

 span { border-color: rgb(127,149,46); }

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