#7AB138

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

Shades of Sushi #7AB138

Tints of Sushi #7AB138

Color information

#7AB138 (or 0x7AB138) is unknown color: approx Sushi. HEX triplet: 7A, B1 and 38. RGB value is (122,177,56). Sum of RGB (Red+Green+Blue) = 122+177+56=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB138 is #854EC7. Grayscale: #939393. Windows color (decimal): -8736456 or 3715450. OLE color: 3715450.

HSL color Cylindrical-coordinate representation of color #7AB138: hue angle of 87.27º 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 #7AB138 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB12217756-
CMYK0.3100.680.31
HSL87.27º51.93%45.69%-
HSV(B)87.27º68.36%69.41%-
XYZ24.4635.879.38-
YUV146.7676.78110.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.37%
GREEN value IS 177 (69.53% from 255) = 49.86%
BLUE value IS 56 (22.27% from 255) = 15.77%
R=34.37%
G=49.86%
B=15.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122177560.3100.680.3187.2751.9345.69
Hex7AB1381F0441F57342e
Octal17226170370104371276456
Binary1111010101100011110001111101000100111111010111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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