#669992

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

Shades of Juniper #669992

Tints of Juniper #669992

Color information

#669992 (or 0x669992) is unknown color: approx Juniper. HEX triplet: 66, 99 and 92. RGB value is (102,153,146). Sum of RGB (Red+Green+Blue) = 102+153+146=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #669992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669992 is #99666D. Grayscale: #888888. Windows color (decimal): -10053230 or 9607526. OLE color: 9607526.

HSL color Cylindrical-coordinate representation of color #669992: hue angle of 171.76º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669992 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB102153146-
CMYK0.3300.050.4
HSL171.76º20%50%-
HSV(B)171.76º33.33%60%-
XYZ22.0627.6831.37-
YUV136.95133.1103.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.44%
GREEN value IS 153 (60.16% from 255) = 38.15%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=25.44%
G=38.15%
B=36.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021531460.3300.050.4171.762050
Hex669992210528ac1432
Octal1462312224105502542462
Binary1100110100110011001001010000101011010001010110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669992; }

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

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

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

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

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

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

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

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