#069376

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

Shades of Observatory #069376

Tints of Observatory #069376

Color information

#069376 (or 0x069376) is unknown color: approx Observatory. HEX triplet: 06, 93 and 76. RGB value is (6,147,118). Sum of RGB (Red+Green+Blue) = 6+147+118=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #069376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069376 is #F96C89. Grayscale: #656565. Windows color (decimal): -16346250 or 7770886. OLE color: 7770886.

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

Color convert

RGB6147118-
CMYK0.9600.200.42
HSL167.66º92.16%30%-
HSV(B)167.66º95.92%57.65%-
XYZ13.7822.2120.7-
YUV101.54137.2959.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.21%
GREEN value IS 147 (57.81% from 255) = 54.24%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=2.21%
G=54.24%
B=43.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61471180.9600.200.42167.6692.1630
Hex69376600142Aa85c1e
Octal62231661400245225013436
Binary110100100111110110110000001010010101010101000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069376; }

 p { color: rgb(6,147,118); }

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

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

 a { background-color: rgb(6,147,118); }

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

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

 span { border-color: rgb(6,147,118); }

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