#669191

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

Shades of Juniper #669191

Tints of Juniper #669191

Color information

#669191 (or 0x669191) is unknown color: approx Juniper. HEX triplet: 66, 91 and 91. RGB value is (102,145,145). Sum of RGB (Red+Green+Blue) = 102+145+145=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #669191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669191 is #996E6E. Grayscale: #848484. Windows color (decimal): -10055279 or 9539942. OLE color: 9539942.

HSL color Cylindrical-coordinate representation of color #669191: hue angle of 180º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669191 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB102145145-
CMYK0.30000.43
HSL180º17.41%48.43%-
HSV(B)180º29.66%56.86%-
XYZ20.7225.1230.54-
YUV132.14135.25106.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.02%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 145 (57.03% from 255) = 36.99%
R=26.02%
G=36.99%
B=36.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021451450.30000.4318017.4148.43
Hex6691911E002Bb41130
Octal1462212213600532642160
Binary1100110100100011001000111110001010111011010010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669191; }

 p { color: rgb(102,145,145); }

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

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

 a { background-color: rgb(102,145,145); }

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

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

 span { border-color: rgb(102,145,145); }

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