#068970

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

Shades of Observatory #068970

Tints of Observatory #068970

Color information

#068970 (or 0x068970) is unknown color: approx Observatory. HEX triplet: 06, 89 and 70. RGB value is (6,137,112). Sum of RGB (Red+Green+Blue) = 6+137+112=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #068970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068970 is #F9768F. Grayscale: #5E5E5E. Windows color (decimal): -16348816 or 7375110. OLE color: 7375110.

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

Color convert

RGB6137112-
CMYK0.9600.180.46
HSL168.55º91.61%28.04%-
HSV(B)168.55º95.62%53.73%-
XYZ11.9519.118.39-
YUV94.98137.664.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.35%
GREEN value IS 137 (53.91% from 255) = 53.73%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=2.35%
G=53.73%
B=43.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61371120.9600.180.46168.5591.6128.04
Hex68970600122Ea95c1c
Octal62111601400225625113434
Binary110100010011110000110000001001010111010101001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068970; }

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

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

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

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

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

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

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

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