#7F902A

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

Shades of Wasabi #7F902A

Tints of Wasabi #7F902A

Color information

#7F902A (or 0x7F902A) is unknown color: approx Wasabi. HEX triplet: 7F, 90 and 2A. RGB value is (127,144,42). Sum of RGB (Red+Green+Blue) = 127+144+42=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #7F902A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F902A is #806FD5. Grayscale: #7F7F7F. Windows color (decimal): -8417238 or 2789503. OLE color: 2789503.

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

Color convert

RGB12714442-
CMYK0.1200.710.44
HSL70º54.84%36.47%-
HSV(B)70º70.83%56.47%-
XYZ19.1424.635.93-
YUV127.2979.87127.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.58%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 42 (16.80% from 255) = 13.42%
R=40.58%
G=46.01%
B=13.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal127144420.1200.710.447054.8436.47
Hex7F902AC0472C463724
Octal17722052140107541066744
Binary1111111100100001010101100010001111011001000110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F902A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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