#7DAC37

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

Shades of Sushi #7DAC37

Tints of Sushi #7DAC37

Color information

#7DAC37 (or 0x7DAC37) is unknown color: approx Sushi. HEX triplet: 7D, AC and 37. RGB value is (125,172,55). Sum of RGB (Red+Green+Blue) = 125+172+55=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAC37 is #8253C8. Grayscale: #919191. Windows color (decimal): -8541129 or 3648637. OLE color: 3648637.

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

Color convert

RGB12517255-
CMYK0.2700.680.33
HSL84.1º51.54%44.51%-
HSV(B)84.1º68.02%67.45%-
XYZ23.934.148.94-
YUV144.6177.43114.01-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.51%
GREEN value IS 172 (67.58% from 255) = 48.86%
BLUE value IS 55 (21.88% from 255) = 15.62%
R=35.51%
G=48.86%
B=15.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125172550.2700.680.3384.151.5444.51
Hex7DAC371B0442154342d
Octal17525467330104411246455
Binary11111011010110011011111011010001001000011010100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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