#7FAE37

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

Shades of Sushi #7FAE37

Tints of Sushi #7FAE37

Color information

#7FAE37 (or 0x7FAE37) is unknown color: approx Sushi. HEX triplet: 7F, AE and 37. RGB value is (127,174,55). Sum of RGB (Red+Green+Blue) = 127+174+55=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAE37 is #8051C8. Grayscale: #929292. Windows color (decimal): -8409545 or 3649151. OLE color: 3649151.

HSL color Cylindrical-coordinate representation of color #7FAE37: hue angle of 83.7º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FAE37 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB12717455-
CMYK0.2700.680.32
HSL83.7º51.97%44.9%-
HSV(B)83.7º68.39%68.24%-
XYZ24.5835.069.09-
YUV146.3876.43114.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.67%
GREEN value IS 174 (68.36% from 255) = 48.88%
BLUE value IS 55 (21.88% from 255) = 15.45%
R=35.67%
G=48.88%
B=15.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal127174550.2700.680.3283.751.9744.9
Hex7FAE371B0442054342d
Octal17725667330104401246455
Binary11111111010111011011111011010001001000001010100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,174,55); }

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

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

 a { background-color: rgb(127,174,55); }

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

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

 span { border-color: rgb(127,174,55); }

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