#6F948F

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

Shades of Juniper #6F948F

Tints of Juniper #6F948F

Color information

#6F948F (or 0x6F948F) is unknown color: approx Juniper. HEX triplet: 6F, 94 and 8F. RGB value is (111,148,143). Sum of RGB (Red+Green+Blue) = 111+148+143=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #6F948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F948F is #906B70. Grayscale: #888888. Windows color (decimal): -9464689 or 9409647. OLE color: 9409647.

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

Color convert

RGB111148143-
CMYK0.2500.030.42
HSL171.89º14.74%50.78%-
HSV(B)171.89º25%58.04%-
XYZ22.126.5429.94-
YUV136.37131.74109.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.61%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 143 (56.25% from 255) = 35.57%
R=27.61%
G=36.82%
B=35.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111481430.2500.030.42171.8914.7450.78
Hex6F948F19032Aacf33
Octal1572242173103522541763
Binary1101111100101001000111111001011101010101011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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