Html Css Color HEX #669291 Juniper

📋 copy color: '#669291'

red 102 ◦ green 146 ◦ blue 145

#669291
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Juniper #669291

Tints of Juniper #669291

RGB

 RED value IS 102 (40.23% from 255) = 25.95%

 GREEN value IS 146 (57.42% from 255) = 37.15%

 BLUE value IS 145 (57.03% from 255) = 36.9%

R = 25.95%
G = 37.15%
B = 36.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#669291 (or 0x669291) is known color: Juniper. HEX triplet: 66, 92 and 91. RGB value is (102,146,145). Sum of RGB (Red+Green+Blue) = 102+146+145=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #669291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669291 is #996D6E. Grayscale: #848484. Windows color (decimal): -10055023 or 9540198. OLE color: 9540198.

HSL color Cylindrical-coordinate representation of color #669291: hue angle of 178.64º 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 #669291 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 146 145 -
CMYK 0.30 0 0.01 0.43
HSL 178.64º 0.18% 0.49% -
HSV(B) 178.64º 0.3% 0.57% -
XYZ 20.87 25.43 30.6 -
YUV 132.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 102 146 145 0.30 0 0.01 0.43 178.64 0.18 0.49
Hex 66 92 91 1E 0 1 2B B3 12 31
Octal 146 222 221 36 0 1 53 263 22 61
Binary 1100110 10010010 10010001 11110 0 1 101011 10110011 10010 110001

Color Harmonies of #669291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669291

Black with #669291

Text Example


Text Example

White with #669291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669291; }

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

 H1.HeaderClassName
 {
   color: #669291;
 }
 .AnyTagClassName
 {
   color: #669291;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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