#06856D

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

Shades of Observatory #06856D

Tints of Observatory #06856D

Color information

#06856D (or 0x06856D) is unknown color: approx Observatory. HEX triplet: 06, 85 and 6D. RGB value is (6,133,109). Sum of RGB (Red+Green+Blue) = 6+133+109=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #06856D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06856D is #F97A92. Grayscale: #5C5C5C. Windows color (decimal): -16349843 or 7177478. OLE color: 7177478.

HSL color Cylindrical-coordinate representation of color #06856D: hue angle of 168.66º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06856D is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB6133109-
CMYK0.9500.180.48
HSL168.66º91.37%27.25%-
HSV(B)168.66º95.49%52.16%-
XYZ11.2217.9217.33-
YUV92.29137.4266.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.42%
GREEN value IS 133 (52.34% from 255) = 53.63%
BLUE value IS 109 (42.97% from 255) = 43.95%
R=2.42%
G=53.63%
B=43.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61331090.9500.180.48168.6691.3727.25
Hex6856D5F01230a95b1b
Octal62051551370226025113333
Binary110100001011101101101111101001011000010101001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06856D; }

 p { color: rgb(6,133,109); }

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

<style>
 a { background-color: #06856D; }

 a { background-color: rgb(6,133,109); }

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

<style>
 span { border-color: #06856D; }

 span { border-color: rgb(6,133,109); }

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