#7BA49B

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

Shades of Cascade #7BA49B

Tints of Cascade #7BA49B

Color information

#7BA49B (or 0x7BA49B) is unknown color: approx Cascade. HEX triplet: 7B, A4 and 9B. RGB value is (123,164,155). Sum of RGB (Red+Green+Blue) = 123+164+155=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA49B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA49B is #845B64. Grayscale: #969696. Windows color (decimal): -8674149 or 10200187. OLE color: 10200187.

HSL color Cylindrical-coordinate representation of color #7BA49B: hue angle of 166.83º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7BA49B is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB123164155-
CMYK0.2500.050.36
HSL166.83º18.39%56.27%-
HSV(B)166.83º25%64.31%-
XYZ27.3633.1335.96-
YUV150.72130.42108.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.83%
GREEN value IS 164 (64.45% from 255) = 37.10%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=27.83%
G=37.10%
B=35.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231641550.2500.050.36166.8318.3956.27
Hex7BA49B190524a71238
Octal1732442333105442472270
Binary111101110100100100110111100101011001001010011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,164,155); }

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

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

 a { background-color: rgb(123,164,155); }

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

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

 span { border-color: rgb(123,164,155); }

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