#7EAF32

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

Shades of Sushi #7EAF32

Tints of Sushi #7EAF32

Color information

#7EAF32 (or 0x7EAF32) is unknown color: approx Sushi. HEX triplet: 7E, AF and 32. RGB value is (126,175,50). Sum of RGB (Red+Green+Blue) = 126+175+50=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAF32 is #8150CD. Grayscale: #929292. Windows color (decimal): -8474830 or 3321726. OLE color: 3321726.

HSL color Cylindrical-coordinate representation of color #7EAF32: hue angle of 83.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7EAF32 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB12617550-
CMYK0.2800.710.31
HSL83.52º55.56%44.12%-
HSV(B)83.52º71.43%68.63%-
XYZ24.5135.338.54-
YUV146.173.77113.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.90%
GREEN value IS 175 (68.75% from 255) = 49.86%
BLUE value IS 50 (19.92% from 255) = 14.25%
R=35.90%
G=49.86%
B=14.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126175500.2800.710.3183.5255.5644.12
Hex7EAF321C0471F54382c
Octal17625762340107371247054
Binary1111110101011111100101110001000111111111010100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,175,50); }

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

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

 a { background-color: rgb(126,175,50); }

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

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

 span { border-color: rgb(126,175,50); }

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