#7D9D20

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

Shades of Sushi #7D9D20

Tints of Sushi #7D9D20

Color information

#7D9D20 (or 0x7D9D20) is unknown color: approx Sushi. HEX triplet: 7D, 9D and 20. RGB value is (125,157,32). Sum of RGB (Red+Green+Blue) = 125+157+32=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #7D9D20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9D20 is #8262DF. Grayscale: #858585. Windows color (decimal): -8544992 or 2137469. OLE color: 2137469.

HSL color Cylindrical-coordinate representation of color #7D9D20: hue angle of 75.36º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D9D20 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB12515732-
CMYK0.2000.800.38
HSL75.36º66.14%37.06%-
HSV(B)75.36º79.62%61.57%-
XYZ20.7828.585.79-
YUV133.1870.9122.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.81%
GREEN value IS 157 (61.72% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 10.19%
R=39.81%
G=50%
B=10.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125157320.2000.800.3875.3666.1437.06
Hex7D9D2014050264b4225
Octal175235402401204611310245
Binary111110110011101100000101000101000010011010010111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,157,32); }

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

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

 a { background-color: rgb(125,157,32); }

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

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

 span { border-color: rgb(125,157,32); }

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