#7BAD38

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

Shades of Sushi #7BAD38

Tints of Sushi #7BAD38

Color information

#7BAD38 (or 0x7BAD38) is unknown color: approx Sushi. HEX triplet: 7B, AD and 38. RGB value is (123,173,56). Sum of RGB (Red+Green+Blue) = 123+173+56=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAD38 is #8452C7. Grayscale: #919191. Windows color (decimal): -8671944 or 3714427. OLE color: 3714427.

HSL color Cylindrical-coordinate representation of color #7BAD38: hue angle of 85.64º 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 #7BAD38 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB12317356-
CMYK0.2900.680.32
HSL85.64º51.09%44.9%-
HSV(B)85.64º67.63%67.84%-
XYZ23.8334.389.12-
YUV144.7177.94112.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.94%
GREEN value IS 173 (67.97% from 255) = 49.15%
BLUE value IS 56 (22.27% from 255) = 15.91%
R=34.94%
G=49.15%
B=15.91%

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
Decimal123173560.2900.680.3285.6451.0944.9
Hex7BAD381D0442056332d
Octal17325570350104401266355
Binary11110111010110111100011101010001001000001010110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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