#7C983A

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

Shades of Sushi #7C983A

Tints of Sushi #7C983A

Color information

#7C983A (or 0x7C983A) is unknown color: approx Sushi. HEX triplet: 7C, 98 and 3A. RGB value is (124,152,58). Sum of RGB (Red+Green+Blue) = 124+152+58=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #7C983A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C983A is #8367C5. Grayscale: #858585. Windows color (decimal): -8611782 or 3840124. OLE color: 3840124.

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

Color convert

RGB12415258-
CMYK0.1800.620.40
HSL77.87º44.76%41.18%-
HSV(B)77.87º61.84%59.61%-
XYZ20.327.058.15-
YUV132.9185.72121.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.13%
GREEN value IS 152 (59.77% from 255) = 45.51%
BLUE value IS 58 (23.05% from 255) = 17.37%
R=37.13%
G=45.51%
B=17.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal124152580.1800.620.4077.8744.7641.18
Hex7C983A1203E284e2d29
Octal1742307222076501165551
Binary1111100100110001110101001001111101010001001110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C983A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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