#669090

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

Shades of Juniper #669090

Tints of Juniper #669090

Color information

#669090 (or 0x669090) is unknown color: approx Juniper. HEX triplet: 66, 90 and 90. RGB value is (102,144,144). Sum of RGB (Red+Green+Blue) = 102+144+144=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #669090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669090 is #996F6F. Grayscale: #838383. Windows color (decimal): -10055536 or 9474150. OLE color: 9474150.

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

Color convert

RGB102144144-
CMYK0.29000.44
HSL180º17.07%48.24%-
HSV(B)180º29.17%56.47%-
XYZ20.4924.7830.09-
YUV131.44135.09107-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.15%
GREEN value IS 144 (56.64% from 255) = 36.92%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=26.15%
G=36.92%
B=36.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021441440.29000.4418017.0748.24
Hex6690901D002Cb41130
Octal1462202203500542642160
Binary1100110100100001001000011101001011001011010010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669090; }

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

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

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

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

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

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

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

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