#7BAE38

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

Shades of Sushi #7BAE38

Tints of Sushi #7BAE38

Color information

#7BAE38 (or 0x7BAE38) is unknown color: approx Sushi. HEX triplet: 7B, AE and 38. RGB value is (123,174,56). Sum of RGB (Red+Green+Blue) = 123+174+56=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 174 (68.36% from 255 or 49.29% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAE38 is #8451C7. Grayscale: #919191. Windows color (decimal): -8671688 or 3714683. OLE color: 3714683.

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

Color convert

RGB12317456-
CMYK0.2900.680.32
HSL85.93º51.3%45.1%-
HSV(B)85.93º67.82%68.24%-
XYZ24.0234.779.19-
YUV145.377.6112.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.84%
GREEN value IS 174 (68.36% from 255) = 49.29%
BLUE value IS 56 (22.27% from 255) = 15.86%
R=34.84%
G=49.29%
B=15.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123174560.2900.680.3285.9351.345.1
Hex7BAE381D0442056332d
Octal17325670350104401266355
Binary11110111010111011100011101010001001000001010110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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