Html Css Color HEX #659392 Juniper

📋 copy color: '#659392'

red 101 ◦ green 147 ◦ blue 146

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

Shades of Juniper #659392

Tints of Juniper #659392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.31%

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

R = 25.63%
G = 37.31%
B = 37.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#659392 (or 0x659392) is known color: Juniper. HEX triplet: 65, 93 and 92. RGB value is (101,147,146). Sum of RGB (Red+Green+Blue) = 101+147+146=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #659392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659392 is #9A6C6D. Grayscale: #858585. Windows color (decimal): -10120302 or 9605989. OLE color: 9605989.

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

Color convert

RGB 101 147 146 -
CMYK 0.31 0 0.01 0.42
HSL 178.7º 0.19% 0.49% -
HSV(B) 178.7º 0.31% 0.58% -
XYZ 20.99 25.71 31.05 -
YUV 133.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 101 147 146 0.31 0 0.01 0.42 178.7 0.19 0.49
Hex 65 93 92 1F 0 1 2A B3 13 31
Octal 145 223 222 37 0 1 52 263 23 61
Binary 1100101 10010011 10010010 11111 0 1 101010 10110011 10011 110001

Color Harmonies of #659392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659392

Black with #659392

Text Example


Text Example

White with #659392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659392; }

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

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

background-color css

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

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

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

border-color css

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

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

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