#769695

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

Shades of Juniper #769695

Tints of Juniper #769695

Color information

#769695 (or 0x769695) is unknown color: approx Juniper. HEX triplet: 76, 96 and 95. RGB value is (118,150,149). Sum of RGB (Red+Green+Blue) = 118+150+149=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 150 - color contains mainly: green. Hex color #769695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769695 is #89696A. Grayscale: #8C8C8C. Windows color (decimal): -9005419 or 9803382. OLE color: 9803382.

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

Color convert

RGB118150149-
CMYK0.2100.010.41
HSL178.12º13.22%52.55%-
HSV(B)178.12º21.33%58.82%-
XYZ23.827.8332.55-
YUV140.32132.9112.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.30%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=28.30%
G=35.97%
B=35.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181501490.2100.010.41178.1213.2252.55
Hex769695150129b2d35
Octal1662262252501512621565
Binary111011010010110100101011010101101001101100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769695; }

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

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

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

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

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

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

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

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