Html Css Color HEX #669290 Juniper

📋 copy color: '#669290'

red 102 ◦ green 146 ◦ blue 144

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

Shades of Juniper #669290

Tints of Juniper #669290

RGB

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

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

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

R = 26.02%
G = 37.24%
B = 36.73%

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

#669290 (or 0x669290) is known color: Juniper. HEX triplet: 66, 92 and 90. RGB value is (102,146,144). Sum of RGB (Red+Green+Blue) = 102+146+144=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 146 - color contains mainly: green. Hex color #669290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669290 is #996D6F. Grayscale: #848484. Windows color (decimal): -10055024 or 9474662. OLE color: 9474662.

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

Color convert

RGB 102 146 144 -
CMYK 0.30 0 0.01 0.43
HSL 177.27º 0.18% 0.49% -
HSV(B) 177.27º 0.3% 0.57% -
XYZ 20.79 25.4 30.19 -
YUV 132.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 102 146 144 0.30 0 0.01 0.43 177.27 0.18 0.49
Hex 66 92 90 1E 0 1 2B B1 12 31
Octal 146 222 220 36 0 1 53 261 22 61
Binary 1100110 10010010 10010000 11110 0 1 101011 10110001 10010 110001

Color Harmonies of #669290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669290

Black with #669290

Text Example


Text Example

White with #669290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669290; }

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

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

background-color css

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

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

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

border-color css

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

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

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