#7faa3f

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

Shades of Sushi #7FAA3F

Tints of Sushi #7FAA3F

Color information

#7FAA3F (or 0x7FAA3F) is unknown color: approx Sushi. HEX triplet: 7F, AA and 3F. RGB value is (127,170,63). Sum of RGB (Red+Green+Blue) = 127+170+63=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAA3F is #8055C0. Grayscale: #919191. Windows color (decimal): -8410561 or 4172415. OLE color: 4172415.

HSL color Cylindrical-coordinate representation of color #7FAA3F: hue angle of 84.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7FAA3F is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB12717063-
CMYK0.2500.630.33
HSL84.11º45.92%45.69%-
HSV(B)84.11º62.94%66.67%-
XYZ24.0233.629.93-
YUV144.9481.75115.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.28%
GREEN value IS 170 (66.80% from 255) = 47.22%
BLUE value IS 63 (25% from 255) = 17.5%
R=35.28%
G=47.22%
B=17.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127170630.2500.630.3384.1145.9245.69
Hex7FAA3F1903F21542e2e
Octal1772527731077411245656
Binary1111111101010101111111100101111111000011010100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7faa3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,170,63); }

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

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

 a { background-color: rgb(127,170,63); }

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

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

 span { border-color: rgb(127,170,63); }

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