#059669

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

Shades of Observatory #059669

Tints of Observatory #059669

Color information

#059669 (or 0x059669) is unknown color: approx Observatory. HEX triplet: 05, 96 and 69. RGB value is (5,150,105). Sum of RGB (Red+Green+Blue) = 5+150+105=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 150 (58.98% from 255 or 57.69% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 150 - color contains mainly: green. Hex color #059669 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059669 is #FA6996. Grayscale: #656565. Windows color (decimal): -16411031 or 6919685. OLE color: 6919685.

HSL color Cylindrical-coordinate representation of color #059669: hue angle of 161.38º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059669 is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB5150105-
CMYK0.9700.300.41
HSL161.38º93.55%30.39%-
HSV(B)161.38º96.67%58.82%-
XYZ13.5222.8617.07-
YUV101.52129.9659.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.92%
GREEN value IS 150 (58.98% from 255) = 57.69%
BLUE value IS 105 (41.41% from 255) = 40.38%
R=1.92%
G=57.69%
B=40.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51501050.9700.300.41161.3893.5530.39
Hex596696101E29a15e1e
Octal52261511410365124113636
Binary101100101101101001110000101111010100110100001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059669; }

 p { color: rgb(5,150,105); }

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

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

 a { background-color: rgb(5,150,105); }

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

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

 span { border-color: rgb(5,150,105); }

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