#6C9F97

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

Shades of Juniper #6C9F97

Tints of Juniper #6C9F97

Color information

#6C9F97 (or 0x6C9F97) is unknown color: approx Juniper. HEX triplet: 6C, 9F and 97. RGB value is (108,159,151). Sum of RGB (Red+Green+Blue) = 108+159+151=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 159 - color contains mainly: green. Hex color #6C9F97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9F97 is #936068. Grayscale: #8E8E8E. Windows color (decimal): -9658473 or 9936748. OLE color: 9936748.

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

Color convert

RGB108159151-
CMYK0.3200.050.38
HSL170.59º20.99%52.35%-
HSV(B)170.59º32.08%62.35%-
XYZ24.1730.2233.84-
YUV142.84132.6103.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.84%
GREEN value IS 159 (62.5% from 255) = 38.04%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=25.84%
G=38.04%
B=36.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1081591510.3200.050.38170.5920.9952.35
Hex6C9F97200526ab1534
Octal1542372274005462532564
Binary1101100100111111001011110000001011001101010101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,159,151); }

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

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

 a { background-color: rgb(108,159,151); }

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

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

 span { border-color: rgb(108,159,151); }

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