#769F99

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

Shades of Juniper #769F99

Tints of Juniper #769F99

Color information

#769F99 (or 0x769F99) is unknown color: approx Juniper. HEX triplet: 76, 9F and 99. RGB value is (118,159,153). Sum of RGB (Red+Green+Blue) = 118+159+153=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #769F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769F99 is #896066. Grayscale: #929292. Windows color (decimal): -9003111 or 10067830. OLE color: 10067830.

HSL color Cylindrical-coordinate representation of color #769F99: hue angle of 171.22º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #769F99 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB118159153-
CMYK0.2600.040.38
HSL171.22º17.6%54.31%-
HSV(B)171.22º25.79%62.35%-
XYZ25.6230.9534.76-
YUV146.06131.92107.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.44%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=27.44%
G=36.98%
B=35.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181591530.2600.040.38171.2217.654.31
Hex769F991A0426ab1236
Octal1662372313204462532266
Binary111011010011111100110011101001001001101010101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,159,153); }

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

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

 a { background-color: rgb(118,159,153); }

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

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

 span { border-color: rgb(118,159,153); }

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