#068B76

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

Shades of Observatory #068B76

Tints of Observatory #068B76

Color information

#068B76 (or 0x068B76) is unknown color: approx Observatory. HEX triplet: 06, 8B and 76. RGB value is (6,139,118). Sum of RGB (Red+Green+Blue) = 6+139+118=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 139 (54.69% from 255 or 52.85% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 139 - color contains mainly: green. Hex color #068B76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068B76 is #F97489. Grayscale: #606060. Windows color (decimal): -16348298 or 7768838. OLE color: 7768838.

HSL color Cylindrical-coordinate representation of color #068B76: hue angle of 170.53º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B76 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB6139118-
CMYK0.9600.150.45
HSL170.53º91.72%28.43%-
HSV(B)170.53º95.68%54.51%-
XYZ12.5819.8120.3-
YUV96.84139.9463.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.28%
GREEN value IS 139 (54.69% from 255) = 52.85%
BLUE value IS 118 (46.48% from 255) = 44.87%
R=2.28%
G=52.85%
B=44.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61391180.9600.150.45170.5391.7228.43
Hex68B76600F2Dab5c1c
Octal62131661400175525313434
Binary11010001011111011011000000111110110110101011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068B76; }

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

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

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

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

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

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

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

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