#7BA19A

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

Shades of Cascade #7BA19A

Tints of Cascade #7BA19A

Color information

#7BA19A (or 0x7BA19A) is unknown color: approx Cascade. HEX triplet: 7B, A1 and 9A. RGB value is (123,161,154). Sum of RGB (Red+Green+Blue) = 123+161+154=438 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.08% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA19A is #845E65. Grayscale: #949494. Windows color (decimal): -8674918 or 10133883. OLE color: 10133883.

HSL color Cylindrical-coordinate representation of color #7BA19A: hue angle of 168.95º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7BA19A is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB123161154-
CMYK0.2400.040.37
HSL168.95º16.81%55.69%-
HSV(B)168.95º23.6%63.14%-
XYZ26.7532.0335.35-
YUV148.84130.91109.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.08%
GREEN value IS 161 (63.28% from 255) = 36.76%
BLUE value IS 154 (60.55% from 255) = 35.16%
R=28.08%
G=36.76%
B=35.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1231611540.2400.040.37168.9516.8155.69
Hex7BA19A180425a91138
Octal1732412323004452512170
Binary111101110100001100110101100001001001011010100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,161,154); }

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

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

 a { background-color: rgb(123,161,154); }

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

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

 span { border-color: rgb(123,161,154); }

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