#6C9D96

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

Shades of Juniper #6C9D96

Tints of Juniper #6C9D96

Color information

#6C9D96 (or 0x6C9D96) is unknown color: approx Juniper. HEX triplet: 6C, 9D and 96. RGB value is (108,157,150). Sum of RGB (Red+Green+Blue) = 108+157+150=415 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.02% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 157 - color contains mainly: green. Hex color #6C9D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9D96 is #936269. Grayscale: #8D8D8D. Windows color (decimal): -9658986 or 9870700. OLE color: 9870700.

HSL color Cylindrical-coordinate representation of color #6C9D96: hue angle of 171.43º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C9D96 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB108157150-
CMYK0.3100.040.38
HSL171.43º20%51.96%-
HSV(B)171.43º31.21%61.57%-
XYZ23.7529.533.3-
YUV141.55132.77104.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.02%
GREEN value IS 157 (61.72% from 255) = 37.83%
BLUE value IS 150 (58.98% from 255) = 36.14%
R=26.02%
G=37.83%
B=36.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1081571500.3100.040.38171.432051.96
Hex6C9D961F0426ab1434
Octal1542352263704462532464
Binary110110010011101100101101111101001001101010101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,157,150); }

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

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

 a { background-color: rgb(108,157,150); }

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

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

 span { border-color: rgb(108,157,150); }

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