#6D9792

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

Shades of Juniper #6D9792

Tints of Juniper #6D9792

Color information

#6D9792 (or 0x6D9792) is unknown color: approx Juniper. HEX triplet: 6D, 97 and 92. RGB value is (109,151,146). Sum of RGB (Red+Green+Blue) = 109+151+146=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 151 - color contains mainly: green. Hex color #6D9792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9792 is #92686D. Grayscale: #898989. Windows color (decimal): -9594990 or 9607021. OLE color: 9607021.

HSL color Cylindrical-coordinate representation of color #6D9792: hue angle of 172.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D9792 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB109151146-
CMYK0.2800.030.41
HSL172.86º16.8%50.98%-
HSV(B)172.86º27.81%59.22%-
XYZ22.5627.4631.31-
YUV137.87132.59107.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.85%
GREEN value IS 151 (59.38% from 255) = 37.19%
BLUE value IS 146 (57.42% from 255) = 35.96%
R=26.85%
G=37.19%
B=35.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1091511460.2800.030.41172.8616.850.98
Hex6D97921C0329ad1133
Octal1552272223403512552163
Binary11011011001011110010010111000111010011010110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,151,146); }

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

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

 a { background-color: rgb(109,151,146); }

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

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

 span { border-color: rgb(109,151,146); }

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