#7E9B1F

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

Shades of Sushi #7E9B1F

Tints of Sushi #7E9B1F

Color information

#7E9B1F (or 0x7E9B1F) is unknown color: approx Sushi. HEX triplet: 7E, 9B and 1F. RGB value is (126,155,31). Sum of RGB (Red+Green+Blue) = 126+155+31=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #7E9B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9B1F is #8164E0. Grayscale: #848484. Windows color (decimal): -8479969 or 2071422. OLE color: 2071422.

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

Color convert

RGB12615531-
CMYK0.1900.80.39
HSL74.03º66.67%36.47%-
HSV(B)74.03º80%60.78%-
XYZ20.5727.985.61-
YUV132.1970.89123.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.38%
GREEN value IS 155 (60.94% from 255) = 49.68%
BLUE value IS 31 (12.5% from 255) = 9.94%
R=40.38%
G=49.68%
B=9.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126155310.1900.80.3974.0366.6736.47
Hex7E9B1F13050274a4324
Octal176233372301204711210344
Binary11111101001101111111100110101000010011110010101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,155,31); }

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

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

 a { background-color: rgb(126,155,31); }

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

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

 span { border-color: rgb(126,155,31); }

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