#7BA038

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

Shades of Sushi #7BA038

Tints of Sushi #7BA038

Color information

#7BA038 (or 0x7BA038) is unknown color: approx Sushi. HEX triplet: 7B, A0 and 38. RGB value is (123,160,56). Sum of RGB (Red+Green+Blue) = 123+160+56=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA038 is #845FC7. Grayscale: #898989. Windows color (decimal): -8675272 or 3711099. OLE color: 3711099.

HSL color Cylindrical-coordinate representation of color #7BA038: hue angle of 81.35º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7BA038 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB12316056-
CMYK0.2300.650.37
HSL81.35º48.15%42.35%-
HSV(B)81.35º65%62.75%-
XYZ21.4529.648.33-
YUV137.0882.24117.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.28%
GREEN value IS 160 (62.89% from 255) = 47.20%
BLUE value IS 56 (22.27% from 255) = 16.52%
R=36.28%
G=47.20%
B=16.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal123160560.2300.650.3781.3548.1542.35
Hex7BA038170412551302a
Octal17324070270101451216052
Binary11110111010000011100010111010000011001011010001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,160,56); }

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

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

 a { background-color: rgb(123,160,56); }

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

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

 span { border-color: rgb(123,160,56); }

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