#65908E

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

Shades of Juniper #65908E

Tints of Juniper #65908E

Color information

#65908E (or 0x65908E) is unknown color: approx Juniper. HEX triplet: 65, 90 and 8E. RGB value is (101,144,142). Sum of RGB (Red+Green+Blue) = 101+144+142=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 144 - color contains mainly: green. Hex color #65908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65908E is #9A6F71. Grayscale: #828282. Windows color (decimal): -10121074 or 9343077. OLE color: 9343077.

HSL color Cylindrical-coordinate representation of color #65908E: hue angle of 177.21º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65908E is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB101144142-
CMYK0.3000.010.44
HSL177.21º17.55%48.04%-
HSV(B)177.21º29.86%56.47%-
XYZ20.2224.6729.29-
YUV130.92134.25106.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.10%
GREEN value IS 144 (56.64% from 255) = 37.21%
BLUE value IS 142 (55.86% from 255) = 36.69%
R=26.10%
G=37.21%
B=36.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011441420.3000.010.44177.2117.5548.04
Hex65908E1E012Cb11230
Octal1452202163601542612260
Binary1100101100100001000111011110011011001011000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65908E; }

 p { color: rgb(101,144,142); }

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

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

 a { background-color: rgb(101,144,142); }

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

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

 span { border-color: rgb(101,144,142); }

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