#7BA62A

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

Shades of Sushi #7BA62A

Tints of Sushi #7BA62A

Color information

#7BA62A (or 0x7BA62A) is unknown color: approx Sushi. HEX triplet: 7B, A6 and 2A. RGB value is (123,166,42). Sum of RGB (Red+Green+Blue) = 123+166+42=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 166 (65.23% from 255 or 50.15% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA62A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA62A is #8459D5. Grayscale: #8B8B8B. Windows color (decimal): -8673750 or 2795131. OLE color: 2795131.

HSL color Cylindrical-coordinate representation of color #7BA62A: hue angle of 80.81º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7BA62A is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB12316642-
CMYK0.2600.750.35
HSL80.81º59.62%40.78%-
HSV(B)80.81º74.7%65.1%-
XYZ22.2231.657.13-
YUV139.0173.25116.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.16%
GREEN value IS 166 (65.23% from 255) = 50.15%
BLUE value IS 42 (16.80% from 255) = 12.69%
R=37.16%
G=50.15%
B=12.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal123166420.2600.750.3580.8159.6240.78
Hex7BA62A1A04B23513c29
Octal17324652320113431217451
Binary11110111010011010101011010010010111000111010001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,166,42); }

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

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

 a { background-color: rgb(123,166,42); }

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

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

 span { border-color: rgb(123,166,42); }

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