#7D922A

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

Shades of Wasabi #7D922A

Tints of Wasabi #7D922A

Color information

#7D922A (or 0x7D922A) is unknown color: approx Wasabi. HEX triplet: 7D, 92 and 2A. RGB value is (125,146,42). Sum of RGB (Red+Green+Blue) = 125+146+42=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #7D922A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D922A is #826DD5. Grayscale: #808080. Windows color (decimal): -8547798 or 2790013. OLE color: 2790013.

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

Color convert

RGB12514642-
CMYK0.1400.710.43
HSL72.12º55.32%36.86%-
HSV(B)72.12º71.23%57.25%-
XYZ19.1525.086.02-
YUV127.8679.54125.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.94%
GREEN value IS 146 (57.42% from 255) = 46.65%
BLUE value IS 42 (16.80% from 255) = 13.42%
R=39.94%
G=46.65%
B=13.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125146420.1400.710.4372.1255.3236.86
Hex7D922AE0472B483725
Octal17522252160107531106745
Binary1111101100100101010101110010001111010111001000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D922A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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