#7E9E25

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

Shades of Sushi #7E9E25

Tints of Sushi #7E9E25

Color information

#7E9E25 (or 0x7E9E25) is unknown color: approx Sushi. HEX triplet: 7E, 9E and 25. RGB value is (126,158,37). Sum of RGB (Red+Green+Blue) = 126+158+37=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #7E9E25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9E25 is #8161DA. Grayscale: #878787. Windows color (decimal): -8479195 or 2465406. OLE color: 2465406.

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

Color convert

RGB12615837-
CMYK0.2000.770.38
HSL75.87º62.05%38.24%-
HSV(B)75.87º76.58%61.96%-
XYZ21.1629.026.24-
YUV134.6472.9121.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.25%
GREEN value IS 158 (62.11% from 255) = 49.22%
BLUE value IS 37 (14.84% from 255) = 11.53%
R=39.25%
G=49.22%
B=11.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126158370.2000.770.3875.8762.0538.24
Hex7E9E251404D264c3e26
Octal17623645240115461147646
Binary11111101001111010010110100010011011001101001100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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