#7FA83F

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

Shades of Sushi #7FA83F

Tints of Sushi #7FA83F

Color information

#7FA83F (or 0x7FA83F) is unknown color: approx Sushi. HEX triplet: 7F, A8 and 3F. RGB value is (127,168,63). Sum of RGB (Red+Green+Blue) = 127+168+63=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA83F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA83F is #8057C0. Grayscale: #909090. Windows color (decimal): -8411073 or 4171903. OLE color: 4171903.

HSL color Cylindrical-coordinate representation of color #7FA83F: hue angle of 83.43º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FA83F is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB12716863-
CMYK0.2400.630.34
HSL83.43º45.45%45.29%-
HSV(B)83.43º62.5%65.88%-
XYZ23.6532.889.8-
YUV143.7782.42116.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.47%
GREEN value IS 168 (66.02% from 255) = 46.93%
BLUE value IS 63 (25% from 255) = 17.60%
R=35.47%
G=46.93%
B=17.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal127168630.2400.630.3483.4345.4545.29
Hex7FA83F1803F22532d2d
Octal1772507730077421235555
Binary1111111101010001111111100001111111000101010011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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