#7FA238

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

Shades of Sushi #7FA238

Tints of Sushi #7FA238

Color information

#7FA238 (or 0x7FA238) is unknown color: approx Sushi. HEX triplet: 7F, A2 and 38. RGB value is (127,162,56). Sum of RGB (Red+Green+Blue) = 127+162+56=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA238 is #805DC7. Grayscale: #8B8B8B. Windows color (decimal): -8412616 or 3711615. OLE color: 3711615.

HSL color Cylindrical-coordinate representation of color #7FA238: hue angle of 79.81º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7FA238 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB12716256-
CMYK0.2200.650.36
HSL79.81º48.62%42.75%-
HSV(B)79.81º65.43%63.53%-
XYZ22.3930.648.48-
YUV139.4580.9119.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.81%
GREEN value IS 162 (63.67% from 255) = 46.96%
BLUE value IS 56 (22.27% from 255) = 16.23%
R=36.81%
G=46.96%
B=16.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal127162560.2200.650.3679.8148.6242.75
Hex7FA238160412450312b
Octal17724270260101441206153
Binary11111111010001011100010110010000011001001010000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,162,56); }

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

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

 a { background-color: rgb(127,162,56); }

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

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

 span { border-color: rgb(127,162,56); }

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