#069570

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

Shades of Observatory #069570

Tints of Observatory #069570

Color information

#069570 (or 0x069570) is unknown color: approx Observatory. HEX triplet: 06, 95 and 70. RGB value is (6,149,112). Sum of RGB (Red+Green+Blue) = 6+149+112=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #069570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069570 is #F96A8F. Grayscale: #666666. Windows color (decimal): -16345744 or 7378182. OLE color: 7378182.

HSL color Cylindrical-coordinate representation of color #069570: hue angle of 164.48º 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 #069570 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB6149112-
CMYK0.9600.250.42
HSL164.48º92.26%30.39%-
HSV(B)164.48º95.97%58.43%-
XYZ13.7522.718.99-
YUV102.02133.6259.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.25%
GREEN value IS 149 (58.59% from 255) = 55.81%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=2.25%
G=55.81%
B=41.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61491120.9600.250.42164.4892.2630.39
Hex69570600192Aa45c1e
Octal62251601400315224413436
Binary110100101011110000110000001100110101010100100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069570; }

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

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

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

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

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

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

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

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