#7E9F38

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

Shades of Sushi #7E9F38

Tints of Sushi #7E9F38

Color information

#7E9F38 (or 0x7E9F38) is unknown color: approx Sushi. HEX triplet: 7E, 9F and 38. RGB value is (126,159,56). Sum of RGB (Red+Green+Blue) = 126+159+56=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 159 - color contains mainly: green. Hex color #7E9F38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9F38 is #8160C7. Grayscale: #898989. Windows color (decimal): -8478920 or 3710846. OLE color: 3710846.

HSL color Cylindrical-coordinate representation of color #7E9F38: hue angle of 79.22º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E9F38 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB12615956-
CMYK0.2100.650.38
HSL79.22º47.91%42.16%-
HSV(B)79.22º64.78%62.35%-
XYZ21.7229.528.29-
YUV137.3982.07119.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.95%
GREEN value IS 159 (62.5% from 255) = 46.63%
BLUE value IS 56 (22.27% from 255) = 16.42%
R=36.95%
G=46.63%
B=16.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126159560.2100.650.3879.2247.9142.16
Hex7E9F3815041264f302a
Octal17623770250101461176052
Binary11111101001111111100010101010000011001101001111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,159,56); }

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

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

 a { background-color: rgb(126,159,56); }

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

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

 span { border-color: rgb(126,159,56); }

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