#659792

Color #659792 Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #659792

Tints of Juniper #659792

Color information

#659792 (or 0x659792) is unknown color: approx 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

RGB101151146-
CMYK0.3300.030.41
HSL174º19.84%49.41%-
HSV(B)174º33.11%59.22%-
XYZ21.6226.9831.26-
YUV135.48133.94103.41-

RGB Variations

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

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 (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011511460.3300.030.4117419.8449.41
Hex659792210329ae1431
Octal1452272224103512562461
Binary110010110010111100100101000010111010011010111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>