#6F9D95

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

Shades of Juniper #6F9D95

Tints of Juniper #6F9D95

Color information

#6F9D95 (or 0x6F9D95) is unknown color: approx Juniper. HEX triplet: 6F, 9D and 95. RGB value is (111,157,149). Sum of RGB (Red+Green+Blue) = 111+157+149=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 157 - color contains mainly: green. Hex color #6F9D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9D95 is #90626A. Grayscale: #8E8E8E. Windows color (decimal): -9462379 or 9805167. OLE color: 9805167.

HSL color Cylindrical-coordinate representation of color #6F9D95: hue angle of 169.57º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F9D95 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB111157149-
CMYK0.2900.050.38
HSL169.57º19.01%52.55%-
HSV(B)169.57º29.3%61.57%-
XYZ24.0429.6632.89-
YUV142.33131.76105.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.62%
GREEN value IS 157 (61.72% from 255) = 37.65%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=26.62%
G=37.65%
B=35.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1111571490.2900.050.38169.5719.0152.55
Hex6F9D951D0526aa1335
Octal1572352253505462522365
Binary110111110011101100101011110101011001101010101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,157,149); }

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

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

 a { background-color: rgb(111,157,149); }

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

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

 span { border-color: rgb(111,157,149); }

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