#7E9736

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

Shades of Sushi #7E9736

Tints of Sushi #7E9736

Color information

#7E9736 (or 0x7E9736) is unknown color: approx Sushi. HEX triplet: 7E, 97 and 36. RGB value is (126,151,54). Sum of RGB (Red+Green+Blue) = 126+151+54=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #7E9736 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9736 is #8168C9. Grayscale: #848484. Windows color (decimal): -8480970 or 3577726. OLE color: 3577726.

HSL color Cylindrical-coordinate representation of color #7E9736: hue angle of 75.46º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E9736 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB12615154-
CMYK0.1700.640.41
HSL75.46º47.32%40.2%-
HSV(B)75.46º64.24%59.22%-
XYZ20.3426.847.6-
YUV132.4783.72123.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.07%
GREEN value IS 151 (59.38% from 255) = 45.62%
BLUE value IS 54 (21.48% from 255) = 16.31%
R=38.07%
G=45.62%
B=16.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal126151540.1700.640.4175.4647.3240.2
Hex7E973611040294b2f28
Octal17622766210100511135750
Binary11111101001011111011010001010000001010011001011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,151,54); }

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

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

 a { background-color: rgb(126,151,54); }

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

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

 span { border-color: rgb(126,151,54); }

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