#6D9C95

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

Shades of Juniper #6D9C95

Tints of Juniper #6D9C95

Color information

#6D9C95 (or 0x6D9C95) is unknown color: approx Juniper. HEX triplet: 6D, 9C and 95. RGB value is (109,156,149). Sum of RGB (Red+Green+Blue) = 109+156+149=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 156 - color contains mainly: green. Hex color #6D9C95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9C95 is #92636A. Grayscale: #8D8D8D. Windows color (decimal): -9593707 or 9804909. OLE color: 9804909.

HSL color Cylindrical-coordinate representation of color #6D9C95: hue angle of 171.06º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D9C95 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB109156149-
CMYK0.3000.040.39
HSL171.06º19.18%51.96%-
HSV(B)171.06º30.13%61.18%-
XYZ23.6229.232.82-
YUV141.15132.43105.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.33%
GREEN value IS 156 (61.33% from 255) = 37.68%
BLUE value IS 149 (58.59% from 255) = 35.99%
R=26.33%
G=37.68%
B=35.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091561490.3000.040.39171.0619.1851.96
Hex6D9C951E0427ab1334
Octal1552342253604472532364
Binary110110110011100100101011111001001001111010101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,156,149); }

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

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

 a { background-color: rgb(109,156,149); }

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

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

 span { border-color: rgb(109,156,149); }

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