#669292

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

Shades of Juniper #669292

Tints of Juniper #669292

Color information

#669292 (or 0x669292) is unknown color: approx Juniper. HEX triplet: 66, 92 and 92. RGB value is (102,146,146). Sum of RGB (Red+Green+Blue) = 102+146+146=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #669292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669292 is #996D6D. Grayscale: #848484. Windows color (decimal): -10055022 or 9605734. OLE color: 9605734.

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

Color convert

RGB102146146-
CMYK0.30000.43
HSL180º17.74%48.63%-
HSV(B)180º30.14%57.25%-
XYZ20.9525.4631-
YUV132.84135.42106-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.89%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 146 (57.42% from 255) = 37.06%
R=25.89%
G=37.06%
B=37.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021461460.30000.4318017.7448.63
Hex6692921E002Bb41231
Octal1462222223600532642261
Binary1100110100100101001001011110001010111011010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669292; }

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

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

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

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

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

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

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

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