#769697

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

Shades of Juniper #769697

Tints of Juniper #769697

Color information

#769697 (or 0x769697) is unknown color: approx Juniper. HEX triplet: 76, 96 and 97. RGB value is (118,150,151). Sum of RGB (Red+Green+Blue) = 118+150+151=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 151 - color contains mainly: blue. Hex color #769697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769697 is #896968. Grayscale: #8C8C8C. Windows color (decimal): -9005417 or 9934454. OLE color: 9934454.

HSL color Cylindrical-coordinate representation of color #769697: hue angle of 181.82º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #769697 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB118150151-
CMYK0.220.0100.41
HSL181.82º13.69%52.75%-
HSV(B)181.82º21.85%59.22%-
XYZ23.9627.933.4-
YUV140.55133.9111.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.16%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 151 (59.38% from 255) = 36.04%
R=28.16%
G=35.80%
B=36.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181501510.220.0100.41181.8213.6952.75
Hex769697161029b6e35
Octal1662262272610512661665
Binary111011010010110100101111011010101001101101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769697; }

 p { color: rgb(118,150,151); }

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

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

 a { background-color: rgb(118,150,151); }

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

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

 span { border-color: rgb(118,150,151); }

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