#06866F

Color #06866F Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #06866F

Tints of Observatory #06866F

Color information

#06866F (or 0x06866F) is unknown color: approx Observatory. HEX triplet: 06, 86 and 6F. RGB value is (6,134,111). Sum of RGB (Red+Green+Blue) = 6+134+111=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #06866F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06866F is #F97990. Grayscale: #5D5D5D. Windows color (decimal): -16349585 or 7308806. OLE color: 7308806.

HSL color Cylindrical-coordinate representation of color #06866F: hue angle of 169.22º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06866F is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB6134111-
CMYK0.9600.170.47
HSL169.22º91.43%27.45%-
HSV(B)169.22º95.52%52.55%-
XYZ11.4718.2417.95-
YUV93.11138.0965.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.39%
GREEN value IS 134 (52.73% from 255) = 53.39%
BLUE value IS 111 (43.75% from 255) = 44.22%
R=2.39%
G=53.39%
B=44.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61341110.9600.170.47169.2291.4327.45
Hex6866F600112Fa95b1b
Octal62061571400215725113333
Binary110100001101101111110000001000110111110101001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06866F; }

 p { color: rgb(6,134,111); }

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

<style>
 a { background-color: #06866F; }

 a { background-color: rgb(6,134,111); }

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

<style>
 span { border-color: #06866F; }

 span { border-color: rgb(6,134,111); }

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