#69948F

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

Shades of Juniper #69948F

Tints of Juniper #69948F

Color information

#69948F (or 0x69948F) is unknown color: approx Juniper. HEX triplet: 69, 94 and 8F. RGB value is (105,148,143). Sum of RGB (Red+Green+Blue) = 105+148+143=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #69948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69948F is #966B70. Grayscale: #868686. Windows color (decimal): -9857905 or 9409641. OLE color: 9409641.

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

Color convert

RGB105148143-
CMYK0.2900.030.42
HSL173.02º17%49.61%-
HSV(B)173.02º29.05%58.04%-
XYZ21.3726.1729.91-
YUV134.57132.75106.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 143 (56.25% from 255) = 36.11%
R=26.52%
G=37.37%
B=36.11%

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
Decimal1051481430.2900.030.42173.021749.61
Hex69948F1D032Aad1132
Octal1512242173503522552162
Binary11010011001010010001111111010111010101010110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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