#068870

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

Shades of Observatory #068870

Tints of Observatory #068870

Color information

#068870 (or 0x068870) is unknown color: approx Observatory. HEX triplet: 06, 88 and 70. RGB value is (6,136,112). Sum of RGB (Red+Green+Blue) = 6+136+112=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 136 (53.52% from 255 or 53.54% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 136 - color contains mainly: green. Hex color #068870 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068870 is #F9778F. Grayscale: #5E5E5E. Windows color (decimal): -16349072 or 7374854. OLE color: 7374854.

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

Color convert

RGB6136112-
CMYK0.9600.180.47
HSL168.92º91.55%27.84%-
HSV(B)168.92º95.59%53.33%-
XYZ11.818.8218.34-
YUV94.39137.9364.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.36%
GREEN value IS 136 (53.52% from 255) = 53.54%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=2.36%
G=53.54%
B=44.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61361120.9600.180.47168.9291.5527.84
Hex68870600122Fa95c1c
Octal62101601400225725113434
Binary110100010001110000110000001001010111110101001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068870; }

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

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

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

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

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

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

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

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