#7E9524

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

Shades of Sushi #7E9524

Tints of Sushi #7E9524

Color information

#7E9524 (or 0x7E9524) is unknown color: approx Sushi. HEX triplet: 7E, 95 and 24. RGB value is (126,149,36). Sum of RGB (Red+Green+Blue) = 126+149+36=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #7E9524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9524 is #816ADB. Grayscale: #818181. Windows color (decimal): -8481500 or 2397566. OLE color: 2397566.

HSL color Cylindrical-coordinate representation of color #7E9524: hue angle of 72.21º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E9524 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB12614936-
CMYK0.1500.760.42
HSL72.21º61.08%36.27%-
HSV(B)72.21º75.84%58.43%-
XYZ19.6726.065.66-
YUV129.2475.38125.69-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.51%
GREEN value IS 149 (58.59% from 255) = 47.91%
BLUE value IS 36 (14.45% from 255) = 11.58%
R=40.51%
G=47.91%
B=11.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126149360.1500.760.4272.2161.0836.27
Hex7E9524F04C2A483d24
Octal17622544170114521107544
Binary1111110100101011001001111010011001010101001000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,149,36); }

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

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

 a { background-color: rgb(126,149,36); }

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

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

 span { border-color: rgb(126,149,36); }

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