Html Css Color HEX #659892 Juniper

📋 copy color: '#659892'

red 101 ◦ green 152 ◦ blue 146

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

Shades of Juniper #659892

Tints of Juniper #659892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.1%

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

R = 25.31%
G = 38.1%
B = 36.59%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#659892 (or 0x659892) is known color: Juniper. HEX triplet: 65, 98 and 92. RGB value is (101,152,146). Sum of RGB (Red+Green+Blue) = 101+152+146=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #659892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659892 is #9A676D. Grayscale: #888888. Windows color (decimal): -10119022 or 9607269. OLE color: 9607269.

HSL color Cylindrical-coordinate representation of color #659892: hue angle of 172.94º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659892 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 152 146 -
CMYK 0.34 0 0.04 0.40
HSL 172.94º 0.2% 0.5% -
HSV(B) 172.94º 0.34% 0.6% -
XYZ 21.78 27.3 31.32 -
YUV 136.07 133.6 102.99 -
System Red Green Blue C M Y K H S L
Decimal 101 152 146 0.34 0 0.04 0.40 172.94 0.2 0.5
Hex 65 98 92 22 0 4 28 AD 14 32
Octal 145 230 222 42 0 4 50 255 24 62
Binary 1100101 10011000 10010010 100010 0 100 101000 10101101 10100 110010

Color Harmonies of #659892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659892

Black with #659892

Text Example


Text Example

White with #659892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659892; }

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

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

background-color css

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

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

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

border-color css

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

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

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