#068D61

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

Shades of Observatory #068D61

Tints of Observatory #068D61

Color information

#068D61 (or 0x068D61) is unknown color: approx Observatory. HEX triplet: 06, 8D and 61. RGB value is (6,141,97). Sum of RGB (Red+Green+Blue) = 6+141+97=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 141 (55.47% from 255 or 57.79% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 141 - color contains mainly: green. Hex color #068D61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068D61 is #F9729E. Grayscale: #5F5F5F. Windows color (decimal): -16347807 or 6393094. OLE color: 6393094.

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

Color convert

RGB614197-
CMYK0.9600.310.45
HSL160.44º91.84%28.82%-
HSV(B)160.44º95.74%55.29%-
XYZ11.7619.9514.54-
YUV95.62128.7764.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.46%
GREEN value IS 141 (55.47% from 255) = 57.79%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=2.46%
G=57.79%
B=39.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6141970.9600.310.45160.4491.8428.82
Hex68D616001F2Da05c1d
Octal62151411400375524013435
Binary110100011011100001110000001111110110110100000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,141,97); }

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

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

 a { background-color: rgb(6,141,97); }

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

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

 span { border-color: rgb(6,141,97); }

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