#7BA035

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

Shades of Sushi #7BA035

Tints of Sushi #7BA035

Color information

#7BA035 (or 0x7BA035) is unknown color: approx Sushi. HEX triplet: 7B, A0 and 35. RGB value is (123,160,53). Sum of RGB (Red+Green+Blue) = 123+160+53=336 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.61% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA035 is #845FCA. Grayscale: #898989. Windows color (decimal): -8675275 or 3514491. OLE color: 3514491.

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

Color convert

RGB12316053-
CMYK0.2300.670.37
HSL80.75º50.23%41.76%-
HSV(B)80.75º66.87%62.75%-
XYZ21.3829.617.96-
YUV136.7480.74118.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.61%
GREEN value IS 160 (62.89% from 255) = 47.62%
BLUE value IS 53 (21.09% from 255) = 15.77%
R=36.61%
G=47.62%
B=15.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal123160530.2300.670.3780.7550.2341.76
Hex7BA035170432551322a
Octal17324065270103451216252
Binary11110111010000011010110111010000111001011010001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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