Html Css Color HEX #669490 Juniper

📋 copy color: '#669490'

red 102 ◦ green 148 ◦ blue 144

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

Shades of Juniper #669490

Tints of Juniper #669490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.56%

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

R = 25.89%
G = 37.56%
B = 36.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#669490 (or 0x669490) is known color: Juniper. HEX triplet: 66, 94 and 90. RGB value is (102,148,144). Sum of RGB (Red+Green+Blue) = 102+148+144=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #669490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669490 is #996B6F. Grayscale: #858585. Windows color (decimal): -10054512 or 9475174. OLE color: 9475174.

HSL color Cylindrical-coordinate representation of color #669490: hue angle of 174.78º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669490 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 148 144 -
CMYK 0.31 0 0.03 0.42
HSL 174.78º 0.18% 0.49% -
HSV(B) 174.78º 0.31% 0.58% -
XYZ 21.1 26.02 30.3 -
YUV 133.79 133.76 105.33 -
System Red Green Blue C M Y K H S L
Decimal 102 148 144 0.31 0 0.03 0.42 174.78 0.18 0.49
Hex 66 94 90 1F 0 3 2A AF 12 31
Octal 146 224 220 37 0 3 52 257 22 61
Binary 1100110 10010100 10010000 11111 0 11 101010 10101111 10010 110001

Color Harmonies of #669490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669490

Black with #669490

Text Example


Text Example

White with #669490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669490; }

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

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

background-color css

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

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

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

border-color css

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

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

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