#7E9C25

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

Shades of Sushi #7E9C25

Tints of Sushi #7E9C25

Color information

#7E9C25 (or 0x7E9C25) is unknown color: approx Sushi. HEX triplet: 7E, 9C and 25. RGB value is (126,156,37). Sum of RGB (Red+Green+Blue) = 126+156+37=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #7E9C25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9C25 is #8163DA. Grayscale: #858585. Windows color (decimal): -8479707 or 2464894. OLE color: 2464894.

HSL color Cylindrical-coordinate representation of color #7E9C25: hue angle of 75.13º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E9C25 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB12615637-
CMYK0.1900.760.39
HSL75.13º61.66%37.84%-
HSV(B)75.13º76.28%61.18%-
XYZ20.8328.356.12-
YUV133.4673.56122.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.50%
GREEN value IS 156 (61.33% from 255) = 48.90%
BLUE value IS 37 (14.84% from 255) = 11.60%
R=39.50%
G=48.90%
B=11.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126156370.1900.760.3975.1361.6637.84
Hex7E9C251304C274b3e26
Octal17623445230114471137646
Binary11111101001110010010110011010011001001111001011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,156,37); }

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

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

 a { background-color: rgb(126,156,37); }

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

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

 span { border-color: rgb(126,156,37); }

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