Html Css Color HEX #669190 Juniper

📋 copy color: '#669190'

red 102 ◦ green 145 ◦ blue 144

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

Shades of Juniper #669190

Tints of Juniper #669190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.08%

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 26.09%
G = 37.08%
B = 36.83%

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

#669190 (or 0x669190) is known color: Juniper. HEX triplet: 66, 91 and 90. RGB value is (102,145,144). Sum of RGB (Red+Green+Blue) = 102+145+144=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #669190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669190 is #996E6F. Grayscale: #838383. Windows color (decimal): -10055280 or 9474406. OLE color: 9474406.

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

Color convert

RGB 102 145 144 -
CMYK 0.30 0 0.01 0.43
HSL 178.6º 0.17% 0.48% -
HSV(B) 178.6º 0.3% 0.57% -
XYZ 20.64 25.09 30.14 -
YUV 132.03 134.75 106.58 -
System Red Green Blue C M Y K H S L
Decimal 102 145 144 0.30 0 0.01 0.43 178.6 0.17 0.48
Hex 66 91 90 1E 0 1 2B B3 11 30
Octal 146 221 220 36 0 1 53 263 21 60
Binary 1100110 10010001 10010000 11110 0 1 101011 10110011 10001 110000

Color Harmonies of #669190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669190

Black with #669190

Text Example


Text Example

White with #669190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669190; }

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

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

background-color css

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

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

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

border-color css

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

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

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