#769295

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

Shades of Juniper #769295

Tints of Juniper #769295

Color information

#769295 (or 0x769295) is unknown color: approx Juniper. HEX triplet: 76, 92 and 95. RGB value is (118,146,149). Sum of RGB (Red+Green+Blue) = 118+146+149=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 149 - color contains mainly: blue. Hex color #769295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769295 is #896D6A. Grayscale: #898989. Windows color (decimal): -9006443 or 9802358. OLE color: 9802358.

HSL color Cylindrical-coordinate representation of color #769295: hue angle of 185.81º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769295 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118146149-
CMYK0.210.0200.42
HSL185.81º12.76%52.35%-
HSV(B)185.81º20.81%58.43%-
XYZ23.1726.5832.34-
YUV137.97134.22113.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.57%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 149 (58.59% from 255) = 36.08%
R=28.57%
G=35.35%
B=36.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181461490.210.0200.42185.8112.7652.35
Hex76929515202Abad34
Octal1662222252520522721564
Binary1110110100100101001010110101100101010101110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769295; }

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

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

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

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

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

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

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

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