#7C9526

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

Shades of Sushi #7C9526

Tints of Sushi #7C9526

Color information

#7C9526 (or 0x7C9526) is unknown color: approx Sushi. HEX triplet: 7C, 95 and 26. RGB value is (124,149,38). Sum of RGB (Red+Green+Blue) = 124+149+38=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #7C9526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9526 is #836AD9. Grayscale: #818181. Windows color (decimal): -8612570 or 2528636. OLE color: 2528636.

HSL color Cylindrical-coordinate representation of color #7C9526: hue angle of 73.51º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C9526 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB12414938-
CMYK0.1700.740.42
HSL73.51º59.36%36.67%-
HSV(B)73.51º74.5%58.43%-
XYZ19.4125.925.81-
YUV128.8776.72124.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.87%
GREEN value IS 149 (58.59% from 255) = 47.91%
BLUE value IS 38 (15.23% from 255) = 12.22%
R=39.87%
G=47.91%
B=12.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124149380.1700.740.4273.5159.3636.67
Hex7C95261104A2A4a3b25
Octal17422546210112521127345
Binary11111001001010110011010001010010101010101001010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,149,38); }

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

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

 a { background-color: rgb(124,149,38); }

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

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

 span { border-color: rgb(124,149,38); }

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