#7C9A36

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

Shades of Sushi #7C9A36

Tints of Sushi #7C9A36

Color information

#7C9A36 (or 0x7C9A36) is unknown color: approx Sushi. HEX triplet: 7C, 9A and 36. RGB value is (124,154,54). Sum of RGB (Red+Green+Blue) = 124+154+54=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #7C9A36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9A36 is #8365C9. Grayscale: #868686. Windows color (decimal): -8611274 or 3578492. OLE color: 3578492.

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

Color convert

RGB12415454-
CMYK0.1900.650.40
HSL78º48.08%40.78%-
HSV(B)78º64.94%60.39%-
XYZ20.5327.667.75-
YUV133.6383.06121.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.35%
GREEN value IS 154 (60.55% from 255) = 46.39%
BLUE value IS 54 (21.48% from 255) = 16.27%
R=37.35%
G=46.39%
B=16.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal124154540.1900.650.407848.0840.78
Hex7C9A3613041284e3029
Octal17423266230101501166051
Binary11111001001101011011010011010000011010001001110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,154,54); }

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

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

 a { background-color: rgb(124,154,54); }

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

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

 span { border-color: rgb(124,154,54); }

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