#7DB539

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

Shades of Sushi #7DB539

Tints of Sushi #7DB539

Color information

#7DB539 (or 0x7DB539) is unknown color: approx Sushi. HEX triplet: 7D, B5 and 39. RGB value is (125,181,57). Sum of RGB (Red+Green+Blue) = 125+181+57=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB539 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB539 is #824AC6. Grayscale: #969696. Windows color (decimal): -8538823 or 3782013. OLE color: 3782013.

HSL color Cylindrical-coordinate representation of color #7DB539: hue angle of 87.1º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DB539 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB12518157-
CMYK0.3100.690.29
HSL87.1º52.1%46.67%-
HSV(B)87.1º68.51%70.98%-
XYZ25.7237.79.79-
YUV150.1275.45110.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.44%
GREEN value IS 181 (71.09% from 255) = 49.86%
BLUE value IS 57 (22.66% from 255) = 15.70%
R=34.44%
G=49.86%
B=15.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal125181570.3100.690.2987.152.146.67
Hex7DB5391F0451D57342f
Octal17526571370105351276457
Binary1111101101101011110011111101000101111011010111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,181,57); }

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

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

 a { background-color: rgb(125,181,57); }

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

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

 span { border-color: rgb(125,181,57); }

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