#669592

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

Shades of Juniper #669592

Tints of Juniper #669592

Color information

#669592 (or 0x669592) is unknown color: approx Juniper. HEX triplet: 66, 95 and 92. RGB value is (102,149,146). Sum of RGB (Red+Green+Blue) = 102+149+146=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #669592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669592 is #996A6D. Grayscale: #868686. Windows color (decimal): -10054254 or 9606502. OLE color: 9606502.

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

Color convert

RGB102149146-
CMYK0.3200.020.42
HSL176.17º18.73%49.22%-
HSV(B)176.17º31.54%58.43%-
XYZ21.4226.3931.16-
YUV134.6134.43104.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 149 (58.59% from 255) = 37.53%
BLUE value IS 146 (57.42% from 255) = 36.78%
R=25.69%
G=37.53%
B=36.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021491460.3200.020.42176.1718.7349.22
Hex66959220022Ab01331
Octal1462252224002522602361
Binary110011010010101100100101000000101010101011000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669592; }

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

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

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

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

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

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

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

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