#68918E

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

Shades of Juniper #68918E

Tints of Juniper #68918E

Color information

#68918E (or 0x68918E) is unknown color: approx Juniper. HEX triplet: 68, 91 and 8E. RGB value is (104,145,142). Sum of RGB (Red+Green+Blue) = 104+145+142=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #68918E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68918E is #976E71. Grayscale: #848484. Windows color (decimal): -9924210 or 9343336. OLE color: 9343336.

HSL color Cylindrical-coordinate representation of color #68918E: hue angle of 175.61º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68918E is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB104145142-
CMYK0.2800.020.43
HSL175.61º16.47%48.82%-
HSV(B)175.61º28.28%56.86%-
XYZ20.7225.1529.35-
YUV132.4133.42107.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.60%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=26.60%
G=37.08%
B=36.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041451420.2800.020.43175.6116.4748.82
Hex68918E1C022Bb01031
Octal1502212163402532602061
Binary11010001001000110001110111000101010111011000010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,145,142); }

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

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

 a { background-color: rgb(104,145,142); }

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

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

 span { border-color: rgb(104,145,142); }

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