#7C9838

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

Shades of Sushi #7C9838

Tints of Sushi #7C9838

Color information

#7C9838 (or 0x7C9838) is unknown color: approx Sushi. HEX triplet: 7C, 98 and 38. RGB value is (124,152,56). Sum of RGB (Red+Green+Blue) = 124+152+56=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #7C9838 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9838 is #8367C7. Grayscale: #858585. Windows color (decimal): -8611784 or 3709052. OLE color: 3709052.

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

Color convert

RGB12415256-
CMYK0.1800.630.40
HSL77.5º46.15%40.78%-
HSV(B)77.5º63.16%59.61%-
XYZ20.2527.037.89-
YUV132.6884.72121.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.35%
GREEN value IS 152 (59.77% from 255) = 45.78%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=37.35%
G=45.78%
B=16.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal124152560.1800.630.4077.546.1540.78
Hex7C98381203F284e2e29
Octal1742307022077501165651
Binary1111100100110001110001001001111111010001001110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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