#068E7D

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

Shades of Observatory #068E7D

Tints of Observatory #068E7D

Color information

#068E7D (or 0x068E7D) is unknown color: approx Observatory. HEX triplet: 06, 8E and 7D. RGB value is (6,142,125). Sum of RGB (Red+Green+Blue) = 6+142+125=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 142 (55.86% from 255 or 52.01% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 142 - color contains mainly: green. Hex color #068E7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068E7D is #F97182. Grayscale: #636363. Windows color (decimal): -16347523 or 8228358. OLE color: 8228358.

HSL color Cylindrical-coordinate representation of color #068E7D: hue angle of 172.5º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068E7D is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB6142125-
CMYK0.9600.120.44
HSL172.5º91.89%29.02%-
HSV(B)172.5º95.77%55.69%-
XYZ13.4520.8722.72-
YUV99.4142.4461.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.20%
GREEN value IS 142 (55.86% from 255) = 52.01%
BLUE value IS 125 (49.22% from 255) = 45.79%
R=2.20%
G=52.01%
B=45.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61421250.9600.120.44172.591.8929.02
Hex68E7D600C2Cac5c1d
Octal62161751400145425413435
Binary11010001110111110111000000110010110010101100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,142,125); }

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

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

 a { background-color: rgb(6,142,125); }

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

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

 span { border-color: rgb(6,142,125); }

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