#6F9190

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

Shades of Juniper #6F9190

Tints of Juniper #6F9190

Color information

#6F9190 (or 0x6F9190) is unknown color: approx Juniper. HEX triplet: 6F, 91 and 90. RGB value is (111,145,144). Sum of RGB (Red+Green+Blue) = 111+145+144=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9190 is #906E6F. Grayscale: #868686. Windows color (decimal): -9465456 or 9474415. OLE color: 9474415.

HSL color Cylindrical-coordinate representation of color #6F9190: hue angle of 178.24º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F9190 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB111145144-
CMYK0.2300.010.43
HSL178.24º13.39%50.2%-
HSV(B)178.24º23.45%56.86%-
XYZ21.7125.6430.19-
YUV134.72133.24111.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.75%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 144 (56.64% from 255) = 36%
R=27.75%
G=36.25%
B=36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111451440.2300.010.43178.2413.3950.2
Hex6F919017012Bb2d32
Octal1572212202701532621562
Binary110111110010001100100001011101101011101100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,145,144); }

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

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

 a { background-color: rgb(111,145,144); }

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

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

 span { border-color: rgb(111,145,144); }

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