#7BA09A

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

Shades of Juniper #7BA09A

Tints of Juniper #7BA09A

Color information

#7BA09A (or 0x7BA09A) is unknown color: approx Juniper. HEX triplet: 7B, A0 and 9A. RGB value is (123,160,154). Sum of RGB (Red+Green+Blue) = 123+160+154=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA09A is #845F65. Grayscale: #949494. Windows color (decimal): -8675174 or 10133627. OLE color: 10133627.

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

Color convert

RGB123160154-
CMYK0.2300.040.37
HSL170.27º16.3%55.49%-
HSV(B)170.27º23.13%62.75%-
XYZ26.5731.6935.29-
YUV148.25131.24109.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.15%
GREEN value IS 160 (62.89% from 255) = 36.61%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=28.15%
G=36.61%
B=35.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1231601540.2300.040.37170.2716.355.49
Hex7BA09A170425aa1037
Octal1732402322704452522067
Binary111101110100000100110101011101001001011010101010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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