#7F902F

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

Shades of Wasabi #7F902F

Tints of Wasabi #7F902F

Color information

#7F902F (or 0x7F902F) is unknown color: approx Wasabi. HEX triplet: 7F, 90 and 2F. RGB value is (127,144,47). Sum of RGB (Red+Green+Blue) = 127+144+47=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #7F902F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F902F is #806FD0. Grayscale: #808080. Windows color (decimal): -8417233 or 3117183. OLE color: 3117183.

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

Color convert

RGB12714447-
CMYK0.1200.670.44
HSL70.52º50.79%37.45%-
HSV(B)70.52º67.36%56.47%-
XYZ19.2424.666.44-
YUV127.8682.37127.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.94%
GREEN value IS 144 (56.64% from 255) = 45.28%
BLUE value IS 47 (18.75% from 255) = 14.78%
R=39.94%
G=45.28%
B=14.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal127144470.1200.670.4470.5250.7937.45
Hex7F902FC0432C473325
Octal17722057140103541076345
Binary1111111100100001011111100010000111011001000111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F902F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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