#7C983C

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

Shades of Sushi #7C983C

Tints of Sushi #7C983C

Color information

#7C983C (or 0x7C983C) is unknown color: approx Sushi. HEX triplet: 7C, 98 and 3C. RGB value is (124,152,60). Sum of RGB (Red+Green+Blue) = 124+152+60=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #7C983C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C983C is #8367C3. Grayscale: #858585. Windows color (decimal): -8611780 or 3971196. OLE color: 3971196.

HSL color Cylindrical-coordinate representation of color #7C983C: hue angle of 78.26º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C983C is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB12415260-
CMYK0.1800.610.40
HSL78.26º43.4%41.57%-
HSV(B)78.26º60.53%59.61%-
XYZ20.3627.078.43-
YUV133.1486.72121.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.90%
GREEN value IS 152 (59.77% from 255) = 45.24%
BLUE value IS 60 (23.83% from 255) = 17.86%
R=36.90%
G=45.24%
B=17.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal124152600.1800.610.4078.2643.441.57
Hex7C983C1203D284e2b2a
Octal1742307422075501165352
Binary1111100100110001111001001001111011010001001110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C983C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,152,60); }

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

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

 a { background-color: rgb(124,152,60); }

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

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

 span { border-color: rgb(124,152,60); }

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