#68938F

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

Shades of Juniper #68938F

Tints of Juniper #68938F

Color information

#68938F (or 0x68938F) is unknown color: approx Juniper. HEX triplet: 68, 93 and 8F. RGB value is (104,147,143). Sum of RGB (Red+Green+Blue) = 104+147+143=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #68938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68938F is #976C70. Grayscale: #858585. Windows color (decimal): -9923697 or 9409384. OLE color: 9409384.

HSL color Cylindrical-coordinate representation of color #68938F: hue angle of 174.42º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68938F is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB104147143-
CMYK0.2900.030.42
HSL174.42º17.13%49.22%-
HSV(B)174.42º29.25%57.65%-
XYZ21.125.7929.85-
YUV133.69133.25106.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.40%
GREEN value IS 147 (57.81% from 255) = 37.31%
BLUE value IS 143 (56.25% from 255) = 36.29%
R=26.40%
G=37.31%
B=36.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041471430.2900.030.42174.4217.1349.22
Hex68938F1D032Aae1131
Octal1502232173503522562161
Binary11010001001001110001111111010111010101010111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,147,143); }

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

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

 a { background-color: rgb(104,147,143); }

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

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

 span { border-color: rgb(104,147,143); }

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