#7DAA37

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

Shades of Sushi #7DAA37

Tints of Sushi #7DAA37

Color information

#7DAA37 (or 0x7DAA37) is unknown color: approx Sushi. HEX triplet: 7D, AA and 37. RGB value is (125,170,55). Sum of RGB (Red+Green+Blue) = 125+170+55=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAA37 is #8255C8. Grayscale: #8F8F8F. Windows color (decimal): -8541641 or 3648125. OLE color: 3648125.

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

Color convert

RGB12517055-
CMYK0.2600.680.33
HSL83.48º51.11%44.12%-
HSV(B)83.48º67.65%66.67%-
XYZ23.5233.398.82-
YUV143.4478.09114.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.71%
GREEN value IS 170 (66.80% from 255) = 48.57%
BLUE value IS 55 (21.88% from 255) = 15.71%
R=35.71%
G=48.57%
B=15.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125170550.2600.680.3383.4851.1144.12
Hex7DAA371A0442153332c
Octal17525267320104411236354
Binary11111011010101011011111010010001001000011010011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,170,55); }

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

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

 a { background-color: rgb(125,170,55); }

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

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

 span { border-color: rgb(125,170,55); }

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