#669693

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

Shades of Juniper #669693

Tints of Juniper #669693

Color information

#669693 (or 0x669693) is unknown color: approx Juniper. HEX triplet: 66, 96 and 93. RGB value is (102,150,147). Sum of RGB (Red+Green+Blue) = 102+150+147=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #669693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669693 is #99696C. Grayscale: #878787. Windows color (decimal): -10053997 or 9672294. OLE color: 9672294.

HSL color Cylindrical-coordinate representation of color #669693: hue angle of 176.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669693 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB102150147-
CMYK0.3200.020.41
HSL176.25º19.05%49.41%-
HSV(B)176.25º32%58.82%-
XYZ21.6526.7431.62-
YUV135.31134.6104.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.56%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=25.56%
G=37.59%
B=36.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1021501470.3200.020.41176.2519.0549.41
Hex669693200229b01331
Octal1462262234002512602361
Binary110011010010110100100111000000101010011011000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669693; }

 p { color: rgb(102,150,147); }

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

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

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

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

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

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

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