Html Css Color HEX #659492 Juniper

📋 copy color: '#659492'

red 101 ◦ green 148 ◦ blue 146

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

Shades of Juniper #659492

Tints of Juniper #659492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.96%

R = 25.57%
G = 37.47%
B = 36.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#659492 (or 0x659492) is known color: Juniper. HEX triplet: 65, 94 and 92. RGB value is (101,148,146). Sum of RGB (Red+Green+Blue) = 101+148+146=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #659492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659492 is #9A6B6D. Grayscale: #858585. Windows color (decimal): -10120046 or 9606245. OLE color: 9606245.

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

Color convert

RGB 101 148 146 -
CMYK 0.32 0 0.01 0.42
HSL 177.45º 0.19% 0.49% -
HSV(B) 177.45º 0.32% 0.58% -
XYZ 21.15 26.02 31.1 -
YUV 133.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 101 148 146 0.32 0 0.01 0.42 177.45 0.19 0.49
Hex 65 94 92 20 0 1 2A B1 13 31
Octal 145 224 222 40 0 1 52 261 23 61
Binary 1100101 10010100 10010010 100000 0 1 101010 10110001 10011 110001

Color Harmonies of #659492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659492

Black with #659492

Text Example


Text Example

White with #659492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659492; }

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

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

background-color css

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

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

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

border-color css

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

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

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