#6D9C96

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

Shades of Juniper #6D9C96

Tints of Juniper #6D9C96

Color information

#6D9C96 (or 0x6D9C96) is unknown color: approx Juniper. HEX triplet: 6D, 9C and 96. RGB value is (109,156,150). Sum of RGB (Red+Green+Blue) = 109+156+150=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 156 - color contains mainly: green. Hex color #6D9C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9C96 is #926369. Grayscale: #8D8D8D. Windows color (decimal): -9593706 or 9870445. OLE color: 9870445.

HSL color Cylindrical-coordinate representation of color #6D9C96: hue angle of 172.34º 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 #6D9C96 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB109156150-
CMYK0.3000.040.39
HSL172.34º19.18%51.96%-
HSV(B)172.34º30.13%61.18%-
XYZ23.729.2333.25-
YUV141.26132.93104.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.27%
GREEN value IS 156 (61.33% from 255) = 37.59%
BLUE value IS 150 (58.98% from 255) = 36.14%
R=26.27%
G=37.59%
B=36.14%

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
Decimal1091561500.3000.040.39172.3419.1851.96
Hex6D9C961E0427ac1334
Octal1552342263604472542364
Binary110110110011100100101101111001001001111010110010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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