#7BAE3A

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

Shades of Sushi #7BAE3A

Tints of Sushi #7BAE3A

Color information

#7BAE3A (or 0x7BAE3A) is unknown color: approx Sushi. HEX triplet: 7B, AE and 3A. RGB value is (123,174,58). Sum of RGB (Red+Green+Blue) = 123+174+58=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAE3A is #8451C5. Grayscale: #919191. Windows color (decimal): -8671686 or 3845755. OLE color: 3845755.

HSL color Cylindrical-coordinate representation of color #7BAE3A: hue angle of 86.38º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7BAE3A is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB12317458-
CMYK0.2900.670.32
HSL86.38º50%45.49%-
HSV(B)86.38º66.67%68.24%-
XYZ24.0734.799.45-
YUV145.5378.6111.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.65%
GREEN value IS 174 (68.36% from 255) = 49.01%
BLUE value IS 58 (23.05% from 255) = 16.34%
R=34.65%
G=49.01%
B=16.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123174580.2900.670.3286.385045.49
Hex7BAE3A1D0432056322d
Octal17325672350103401266255
Binary11110111010111011101011101010000111000001010110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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