#65928F

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

Shades of Juniper #65928F

Tints of Juniper #65928F

Color information

#65928F (or 0x65928F) is unknown color: approx Juniper. HEX triplet: 65, 92 and 8F. RGB value is (101,146,143). Sum of RGB (Red+Green+Blue) = 101+146+143=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #65928F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65928F is #9A6D70. Grayscale: #848484. Windows color (decimal): -10120561 or 9409125. OLE color: 9409125.

HSL color Cylindrical-coordinate representation of color #65928F: hue angle of 176º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65928F is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB101146143-
CMYK0.3100.020.43
HSL176º18.22%48.43%-
HSV(B)176º30.82%57.25%-
XYZ20.625.3129.79-
YUV132.2134.09105.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.90%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 143 (56.25% from 255) = 36.67%
R=25.90%
G=37.44%
B=36.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011461430.3100.020.4317618.2248.43
Hex65928F1F022Bb01230
Octal1452222173702532602260
Binary11001011001001010001111111110101010111011000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65928F; }

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

 H1.HeaderClassName
 {
   color: #65928F;
 }
 .AnyTagClassName
 {
   color: #65928F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #65928F;
 }
 .BgClassName
 {
   background-color: #65928F;
 }
</style>
border-color css

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

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

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