#7EAF34

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

Shades of Sushi #7EAF34

Tints of Sushi #7EAF34

Color information

#7EAF34 (or 0x7EAF34) is unknown color: approx Sushi. HEX triplet: 7E, AF and 34. RGB value is (126,175,52). Sum of RGB (Red+Green+Blue) = 126+175+52=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAF34 is #8150CB. Grayscale: #929292. Windows color (decimal): -8474828 or 3452798. OLE color: 3452798.

HSL color Cylindrical-coordinate representation of color #7EAF34: hue angle of 83.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7EAF34 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB12617552-
CMYK0.2800.700.31
HSL83.9º54.19%44.51%-
HSV(B)83.9º70.29%68.63%-
XYZ24.5535.348.78-
YUV146.3374.77113.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.69%
GREEN value IS 175 (68.75% from 255) = 49.58%
BLUE value IS 52 (20.70% from 255) = 14.73%
R=35.69%
G=49.58%
B=14.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126175520.2800.700.3183.954.1944.51
Hex7EAF341C0461F54362d
Octal17625764340106371246655
Binary1111110101011111101001110001000110111111010100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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