#769C95

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

Shades of Juniper #769C95

Tints of Juniper #769C95

Color information

#769C95 (or 0x769C95) is unknown color: approx Juniper. HEX triplet: 76, 9C and 95. RGB value is (118,156,149). Sum of RGB (Red+Green+Blue) = 118+156+149=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 156 - color contains mainly: green. Hex color #769C95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769C95 is #89636A. Grayscale: #8F8F8F. Windows color (decimal): -9003883 or 9804918. OLE color: 9804918.

HSL color Cylindrical-coordinate representation of color #769C95: hue angle of 168.95º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769C95 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB118156149-
CMYK0.2400.040.39
HSL168.95º16.1%53.73%-
HSV(B)168.95º24.36%61.18%-
XYZ24.7829.832.88-
YUV143.84130.91109.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.90%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 149 (58.59% from 255) = 35.22%
R=27.90%
G=36.88%
B=35.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181561490.2400.040.39168.9516.153.73
Hex769C95180427a91036
Octal1662342253004472512066
Binary111011010011100100101011100001001001111010100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769C95; }

 p { color: rgb(118,156,149); }

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

<style>
 a { background-color: #769C95; }

 a { background-color: rgb(118,156,149); }

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

<style>
 span { border-color: #769C95; }

 span { border-color: rgb(118,156,149); }

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