Html Css Color HEX #659792 Juniper

📋 copy color: '#659792'

red 101 ◦ green 151 ◦ blue 146

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

Shades of Juniper #659792

Tints of Juniper #659792

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.94%

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

R = 25.38%
G = 37.94%
B = 36.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#659792 (or 0x659792) is known color: Juniper. HEX triplet: 65, 97 and 92. RGB value is (101,151,146). Sum of RGB (Red+Green+Blue) = 101+151+146=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 151 - color contains mainly: green. Hex color #659792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659792 is #9A686D. Grayscale: #878787. Windows color (decimal): -10119278 or 9607013. OLE color: 9607013.

HSL color Cylindrical-coordinate representation of color #659792: hue angle of 174º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #659792 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 151 146 -
CMYK 0.33 0 0.03 0.41
HSL 174º 0.2% 0.49% -
HSV(B) 174º 0.33% 0.59% -
XYZ 21.62 26.98 31.26 -
YUV 135.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 101 151 146 0.33 0 0.03 0.41 174 0.2 0.49
Hex 65 97 92 21 0 3 29 AE 14 31
Octal 145 227 222 41 0 3 51 256 24 61
Binary 1100101 10010111 10010010 100001 0 11 101001 10101110 10100 110001

Color Harmonies of #659792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659792

Black with #659792

Text Example


Text Example

White with #659792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659792; }

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

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

background-color css

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

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

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

border-color css

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

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

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