#068878

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

Shades of Observatory #068878

Tints of Observatory #068878

Color information

#068878 (or 0x068878) is unknown color: approx Observatory. HEX triplet: 06, 88 and 78. RGB value is (6,136,120). Sum of RGB (Red+Green+Blue) = 6+136+120=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 136 (53.52% from 255 or 51.91% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 136 - color contains mainly: green. Hex color #068878 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068878 is #F97787. Grayscale: #5F5F5F. Windows color (decimal): -16349064 or 7899142. OLE color: 7899142.

HSL color Cylindrical-coordinate representation of color #068878: hue angle of 172.62º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068878 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB6136120-
CMYK0.9600.120.47
HSL172.62º91.55%27.84%-
HSV(B)172.62º95.59%53.33%-
XYZ12.271920.79-
YUV95.31141.9364.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.29%
GREEN value IS 136 (53.52% from 255) = 51.91%
BLUE value IS 120 (47.27% from 255) = 45.80%
R=2.29%
G=51.91%
B=45.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61361200.9600.120.47172.6291.5527.84
Hex68878600C2Fad5c1c
Octal62101701400145725513434
Binary11010001000111100011000000110010111110101101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068878; }

 p { color: rgb(6,136,120); }

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

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

 a { background-color: rgb(6,136,120); }

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

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

 span { border-color: rgb(6,136,120); }

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