#7FB138

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

Shades of Sushi #7FB138

Tints of Sushi #7FB138

Color information

#7FB138 (or 0x7FB138) is unknown color: approx Sushi. HEX triplet: 7F, B1 and 38. RGB value is (127,177,56). Sum of RGB (Red+Green+Blue) = 127+177+56=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB138 is #804EC7. Grayscale: #949494. Windows color (decimal): -8408776 or 3715455. OLE color: 3715455.

HSL color Cylindrical-coordinate representation of color #7FB138: hue angle of 84.79º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FB138 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB12717756-
CMYK0.2800.680.31
HSL84.79º51.93%45.69%-
HSV(B)84.79º68.36%69.41%-
XYZ25.1936.249.41-
YUV148.2675.94112.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.28%
GREEN value IS 177 (69.53% from 255) = 49.17%
BLUE value IS 56 (22.27% from 255) = 15.56%
R=35.28%
G=49.17%
B=15.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127177560.2800.680.3184.7951.9345.69
Hex7FB1381C0441F55342e
Octal17726170340104371256456
Binary1111111101100011110001110001000100111111010101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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