#018661

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

Shades of Observatory #018661

Tints of Observatory #018661

Color information

#018661 (or 0x018661) is unknown color: approx Observatory. HEX triplet: 01, 86 and 61. RGB value is (1,134,97). Sum of RGB (Red+Green+Blue) = 1+134+97=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #018661 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018661 is #FE799E. Grayscale: #5A5A5A. Windows color (decimal): -16677279 or 6391297. OLE color: 6391297.

HSL color Cylindrical-coordinate representation of color #018661: hue angle of 163.31º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018661 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB113497-
CMYK0.9900.280.47
HSL163.31º98.52%26.47%-
HSV(B)163.31º99.25%52.55%-
XYZ10.717.9214.2-
YUV90.02131.9464.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 134 (52.73% from 255) = 57.76%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=0.43%
G=57.76%
B=41.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1134970.9900.280.47163.3198.5226.47
Hex186616301C2Fa3631a
Octal12061411430345724314332
Binary1100001101100001110001101110010111110100011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018661; }

 p { color: rgb(1,134,97); }

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

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

 a { background-color: rgb(1,134,97); }

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

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

 span { border-color: rgb(1,134,97); }

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