Html Css Color HEX #659490 Juniper

📋 copy color: '#659490'

red 101 ◦ green 148 ◦ blue 144

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

Shades of Juniper #659490

Tints of Juniper #659490

RGB

 RED value IS 101 (39.84% from 255) = 25.7%

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

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

R = 25.7%
G = 37.66%
B = 36.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#659490 (or 0x659490) is known color: Juniper. HEX triplet: 65, 94 and 90. RGB value is (101,148,144). Sum of RGB (Red+Green+Blue) = 101+148+144=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #659490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659490 is #9A6B6F. Grayscale: #858585. Windows color (decimal): -10120048 or 9475173. OLE color: 9475173.

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

Color convert

RGB 101 148 144 -
CMYK 0.32 0 0.03 0.42
HSL 174.89º 0.19% 0.49% -
HSV(B) 174.89º 0.32% 0.58% -
XYZ 20.99 25.96 30.29 -
YUV 133.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 101 148 144 0.32 0 0.03 0.42 174.89 0.19 0.49
Hex 65 94 90 20 0 3 2A AF 13 31
Octal 145 224 220 40 0 3 52 257 23 61
Binary 1100101 10010100 10010000 100000 0 11 101010 10101111 10011 110001

Color Harmonies of #659490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659490

Black with #659490

Text Example


Text Example

White with #659490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659490; }

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

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

background-color css

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

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

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

border-color css

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

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

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