#7BA226

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

Shades of Sushi #7BA226

Tints of Sushi #7BA226

Color information

#7BA226 (or 0x7BA226) is unknown color: approx Sushi. HEX triplet: 7B, A2 and 26. RGB value is (123,162,38). Sum of RGB (Red+Green+Blue) = 123+162+38=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA226 is #845DD9. Grayscale: #888888. Windows color (decimal): -8674778 or 2531963. OLE color: 2531963.

HSL color Cylindrical-coordinate representation of color #7BA226: hue angle of 78.87º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7BA226 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB12316238-
CMYK0.2400.770.36
HSL78.87º62%39.22%-
HSV(B)78.87º76.54%63.53%-
XYZ21.4430.196.53-
YUV136.272.58118.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.08%
GREEN value IS 162 (63.67% from 255) = 50.15%
BLUE value IS 38 (15.23% from 255) = 11.76%
R=38.08%
G=50.15%
B=11.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal123162380.2400.770.3678.876239.22
Hex7BA2261804D244f3e27
Octal17324246300115441177647
Binary11110111010001010011011000010011011001001001111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,162,38); }

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

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

 a { background-color: rgb(123,162,38); }

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

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

 span { border-color: rgb(123,162,38); }

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