#7C9D20

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

Shades of Sushi #7C9D20

Tints of Sushi #7C9D20

Color information

#7C9D20 (or 0x7C9D20) is unknown color: approx Sushi. HEX triplet: 7C, 9D and 20. RGB value is (124,157,32). Sum of RGB (Red+Green+Blue) = 124+157+32=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #7C9D20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9D20 is #8362DF. Grayscale: #858585. Windows color (decimal): -8610528 or 2137468. OLE color: 2137468.

HSL color Cylindrical-coordinate representation of color #7C9D20: hue angle of 75.84º 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 #7C9D20 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB12415732-
CMYK0.2100.800.38
HSL75.84º66.14%37.06%-
HSV(B)75.84º79.62%61.57%-
XYZ20.6328.55.78-
YUV132.8871.07121.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.62%
GREEN value IS 157 (61.72% from 255) = 50.16%
BLUE value IS 32 (12.89% from 255) = 10.22%
R=39.62%
G=50.16%
B=10.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal124157320.2100.800.3875.8466.1437.06
Hex7C9D2015050264c4225
Octal174235402501204611410245
Binary111110010011101100000101010101000010011010011001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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