#6F9D97

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

Shades of Juniper #6F9D97

Tints of Juniper #6F9D97

Color information

#6F9D97 (or 0x6F9D97) is unknown color: approx Juniper. HEX triplet: 6F, 9D and 97. RGB value is (111,157,151). Sum of RGB (Red+Green+Blue) = 111+157+151=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 157 - color contains mainly: green. Hex color #6F9D97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9D97 is #906268. Grayscale: #8E8E8E. Windows color (decimal): -9462377 or 9936239. OLE color: 9936239.

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

Color convert

RGB111157151-
CMYK0.2900.040.38
HSL172.17º19.01%52.55%-
HSV(B)172.17º29.3%61.57%-
XYZ24.229.7333.74-
YUV142.56132.76105.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.49%
GREEN value IS 157 (61.72% from 255) = 37.47%
BLUE value IS 151 (59.38% from 255) = 36.04%
R=26.49%
G=37.47%
B=36.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1111571510.2900.040.38172.1719.0152.55
Hex6F9D971D0426ac1335
Octal1572352273504462542365
Binary110111110011101100101111110101001001101010110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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