#069272

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

Shades of Observatory #069272

Tints of Observatory #069272

Color information

#069272 (or 0x069272) is unknown color: approx Observatory. HEX triplet: 06, 92 and 72. RGB value is (6,146,114). Sum of RGB (Red+Green+Blue) = 6+146+114=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #069272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069272 is #F96D8D. Grayscale: #646464. Windows color (decimal): -16346510 or 7508486. OLE color: 7508486.

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

Color convert

RGB6146114-
CMYK0.9600.220.43
HSL166.29º92.11%29.8%-
HSV(B)166.29º95.89%57.25%-
XYZ13.3921.8119.42-
YUV100.49135.6260.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.26%
GREEN value IS 146 (57.42% from 255) = 54.89%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=2.26%
G=54.89%
B=42.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61461140.9600.220.43166.2992.1129.8
Hex69272600162Ba65c1e
Octal62221621400265324613436
Binary110100100101110010110000001011010101110100110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069272; }

 p { color: rgb(6,146,114); }

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

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

 a { background-color: rgb(6,146,114); }

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

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

 span { border-color: rgb(6,146,114); }

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