#069568

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

Shades of Observatory #069568

Tints of Observatory #069568

Color information

#069568 (or 0x069568) is unknown color: approx Observatory. HEX triplet: 06, 95 and 68. RGB value is (6,149,104). Sum of RGB (Red+Green+Blue) = 6+149+104=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #069568 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069568 is #F96A97. Grayscale: #656565. Windows color (decimal): -16345752 or 6853894. OLE color: 6853894.

HSL color Cylindrical-coordinate representation of color #069568: hue angle of 161.12º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069568 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB6149104-
CMYK0.9600.300.42
HSL161.12º92.26%30.39%-
HSV(B)161.12º95.97%58.43%-
XYZ13.3222.5316.74-
YUV101.11129.6260.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.32%
GREEN value IS 149 (58.59% from 255) = 57.53%
BLUE value IS 104 (41.02% from 255) = 40.15%
R=2.32%
G=57.53%
B=40.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61491040.9600.300.42161.1292.2630.39
Hex695686001E2Aa15c1e
Octal62251501400365224113436
Binary110100101011101000110000001111010101010100001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069568; }

 p { color: rgb(6,149,104); }

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

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

 a { background-color: rgb(6,149,104); }

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

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

 span { border-color: rgb(6,149,104); }

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