#7BAB3A

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

Shades of Sushi #7BAB3A

Tints of Sushi #7BAB3A

Color information

#7BAB3A (or 0x7BAB3A) is unknown color: approx Sushi. HEX triplet: 7B, AB and 3A. RGB value is (123,171,58). Sum of RGB (Red+Green+Blue) = 123+171+58=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAB3A is #8454C5. Grayscale: #909090. Windows color (decimal): -8672454 or 3844987. OLE color: 3844987.

HSL color Cylindrical-coordinate representation of color #7BAB3A: hue angle of 85.49º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7BAB3A is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB12317158-
CMYK0.2800.660.33
HSL85.49º49.34%44.9%-
HSV(B)85.49º66.08%67.06%-
XYZ23.533.649.26-
YUV143.7779.6113.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.94%
GREEN value IS 171 (67.19% from 255) = 48.58%
BLUE value IS 58 (23.05% from 255) = 16.48%
R=34.94%
G=48.58%
B=16.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal123171580.2800.660.3385.4949.3444.9
Hex7BAB3A1C0422155312d
Octal17325372340102411256155
Binary11110111010101111101011100010000101000011010101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,171,58); }

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

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

 a { background-color: rgb(123,171,58); }

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

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

 span { border-color: rgb(123,171,58); }

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