#7DA531

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

Shades of Sushi #7DA531

Tints of Sushi #7DA531

Color information

#7DA531 (or 0x7DA531) is unknown color: approx Sushi. HEX triplet: 7D, A5 and 31. RGB value is (125,165,49). Sum of RGB (Red+Green+Blue) = 125+165+49=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA531 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA531 is #825ACE. Grayscale: #8C8C8C. Windows color (decimal): -8542927 or 3253629. OLE color: 3253629.

HSL color Cylindrical-coordinate representation of color #7DA531: hue angle of 80.69º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DA531 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB12516549-
CMYK0.2400.700.35
HSL80.69º54.21%41.96%-
HSV(B)80.69º70.3%64.71%-
XYZ22.4731.497.8-
YUV139.8276.75117.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.87%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 49 (19.53% from 255) = 14.45%
R=36.87%
G=48.67%
B=14.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal125165490.2400.700.3580.6954.2141.96
Hex7DA531180462351362a
Octal17524561300106431216652
Binary11111011010010111000111000010001101000111010001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,165,49); }

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

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

 a { background-color: rgb(125,165,49); }

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

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

 span { border-color: rgb(125,165,49); }

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