#7BAF36

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

Shades of Sushi #7BAF36

Tints of Sushi #7BAF36

Color information

#7BAF36 (or 0x7BAF36) is unknown color: approx Sushi. HEX triplet: 7B, AF and 36. RGB value is (123,175,54). Sum of RGB (Red+Green+Blue) = 123+175+54=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAF36 is #8450C9. Grayscale: #929292. Windows color (decimal): -8671434 or 3583867. OLE color: 3583867.

HSL color Cylindrical-coordinate representation of color #7BAF36: hue angle of 85.79º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7BAF36 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB12317554-
CMYK0.3000.690.31
HSL85.79º52.84%44.9%-
HSV(B)85.79º69.14%68.63%-
XYZ24.1635.149-
YUV145.6676.27111.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.94%
GREEN value IS 175 (68.75% from 255) = 49.72%
BLUE value IS 54 (21.48% from 255) = 15.34%
R=34.94%
G=49.72%
B=15.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal123175540.3000.690.3185.7952.8444.9
Hex7BAF361E0451F56352d
Octal17325766360105371266555
Binary1111011101011111101101111001000101111111010110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,175,54); }

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

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

 a { background-color: rgb(123,175,54); }

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

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

 span { border-color: rgb(123,175,54); }

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