#7F912A

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

Shades of Wasabi #7F912A

Tints of Wasabi #7F912A

Color information

#7F912A (or 0x7F912A) is unknown color: approx Wasabi. HEX triplet: 7F, 91 and 2A. RGB value is (127,145,42). Sum of RGB (Red+Green+Blue) = 127+145+42=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #7F912A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F912A is #806ED5. Grayscale: #808080. Windows color (decimal): -8416982 or 2789759. OLE color: 2789759.

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

Color convert

RGB12714542-
CMYK0.1200.710.43
HSL70.49º55.08%36.67%-
HSV(B)70.49º71.03%56.86%-
XYZ19.324.935.99-
YUV127.8879.54127.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.45%
GREEN value IS 145 (57.03% from 255) = 46.18%
BLUE value IS 42 (16.80% from 255) = 13.38%
R=40.45%
G=46.18%
B=13.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal127145420.1200.710.4370.4955.0836.67
Hex7F912AC0472B463725
Octal17722152140107531066745
Binary1111111100100011010101100010001111010111000110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F912A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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