#7BAE42

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

Shades of Sushi #7BAE42

Tints of Sushi #7BAE42

Color information

#7BAE42 (or 0x7BAE42) is unknown color: approx Sushi. HEX triplet: 7B, AE and 42. RGB value is (123,174,66). Sum of RGB (Red+Green+Blue) = 123+174+66=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAE42 is #8451BD. Grayscale: #929292. Windows color (decimal): -8671678 or 4370043. OLE color: 4370043.

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

Color convert

RGB12317466-
CMYK0.2900.620.32
HSL88.33º45%47.06%-
HSV(B)88.33º62.07%68.24%-
XYZ24.2934.8810.61-
YUV146.4482.6111.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.88%
GREEN value IS 174 (68.36% from 255) = 47.93%
BLUE value IS 66 (26.17% from 255) = 18.18%
R=33.88%
G=47.93%
B=18.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123174660.2900.620.3288.334547.06
Hex7BAE421D03E20582d2f
Octal17325610235076401305557
Binary11110111010111010000101110101111101000001011000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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