#7fae3e

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

Shades of Sushi #7FAE3E

Tints of Sushi #7FAE3E

Color information

#7FAE3E (or 0x7FAE3E) is unknown color: approx Sushi. HEX triplet: 7F, AE and 3E. RGB value is (127,174,62). Sum of RGB (Red+Green+Blue) = 127+174+62=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAE3E is #8051C1. Grayscale: #939393. Windows color (decimal): -8409538 or 4107903. OLE color: 4107903.

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

Color convert

RGB12717462-
CMYK0.2700.640.32
HSL85.18º47.46%46.27%-
HSV(B)85.18º64.37%68.24%-
XYZ24.7635.1310.03-
YUV147.1879.93113.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.99%
GREEN value IS 174 (68.36% from 255) = 47.93%
BLUE value IS 62 (24.61% from 255) = 17.08%
R=34.99%
G=47.93%
B=17.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal127174620.2700.640.3285.1847.4646.27
Hex7FAE3E1B04020552f2e
Octal17725676330100401255756
Binary11111111010111011111011011010000001000001010101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fae3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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