#7BA02D

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

Shades of Sushi #7BA02D

Tints of Sushi #7BA02D

Color information

#7BA02D (or 0x7BA02D) is unknown color: approx Sushi. HEX triplet: 7B, A0 and 2D. RGB value is (123,160,45). Sum of RGB (Red+Green+Blue) = 123+160+45=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 160 (62.89% from 255 or 48.78% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA02D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA02D is #845FD2. Grayscale: #888888. Windows color (decimal): -8675283 or 2990203. OLE color: 2990203.

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

Color convert

RGB12316045-
CMYK0.2300.720.37
HSL79.3º56.1%40.2%-
HSV(B)79.3º71.88%62.75%-
XYZ21.2129.547.07-
YUV135.8376.74118.85-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.5%
GREEN value IS 160 (62.89% from 255) = 48.78%
BLUE value IS 45 (17.97% from 255) = 13.72%
R=37.5%
G=48.78%
B=13.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal123160450.2300.720.3779.356.140.2
Hex7BA02D17048254f3828
Octal17324055270110451177050
Binary11110111010000010110110111010010001001011001111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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