#6D948F

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

Shades of Juniper #6D948F

Tints of Juniper #6D948F

Color information

#6D948F (or 0x6D948F) is unknown color: approx Juniper. HEX triplet: 6D, 94 and 8F. RGB value is (109,148,143). Sum of RGB (Red+Green+Blue) = 109+148+143=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #6D948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D948F is #926B70. Grayscale: #878787. Windows color (decimal): -9595761 or 9409645. OLE color: 9409645.

HSL color Cylindrical-coordinate representation of color #6D948F: hue angle of 172.31º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D948F is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB109148143-
CMYK0.2600.030.42
HSL172.31º15.42%50.39%-
HSV(B)172.31º26.35%58.04%-
XYZ21.8526.4129.93-
YUV135.77132.08108.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.25%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 143 (56.25% from 255) = 35.75%
R=27.25%
G=37%
B=35.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091481430.2600.030.42172.3115.4250.39
Hex6D948F1A032Aacf32
Octal1552242173203522541762
Binary1101101100101001000111111010011101010101011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D948F; }

 p { color: rgb(109,148,143); }

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

<style>
 a { background-color: #6D948F; }

 a { background-color: rgb(109,148,143); }

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

<style>
 span { border-color: #6D948F; }

 span { border-color: rgb(109,148,143); }

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