#7D902A

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

Shades of Wasabi #7D902A

Tints of Wasabi #7D902A

Color information

#7D902A (or 0x7D902A) is unknown color: approx Wasabi. HEX triplet: 7D, 90 and 2A. RGB value is (125,144,42). Sum of RGB (Red+Green+Blue) = 125+144+42=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #7D902A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D902A is #826FD5. Grayscale: #7F7F7F. Windows color (decimal): -8548310 or 2789501. OLE color: 2789501.

HSL color Cylindrical-coordinate representation of color #7D902A: hue angle of 71.18º 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 #7D902A is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB12514442-
CMYK0.1300.710.44
HSL71.18º54.84%36.47%-
HSV(B)71.18º70.83%56.47%-
XYZ18.8524.475.92-
YUV126.6980.21126.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.19%
GREEN value IS 144 (56.64% from 255) = 46.30%
BLUE value IS 42 (16.80% from 255) = 13.50%
R=40.19%
G=46.30%
B=13.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125144420.1300.710.4471.1854.8436.47
Hex7D902AD0472C473724
Octal17522052150107541076744
Binary1111101100100001010101101010001111011001000111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D902A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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