#0A8B71

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

Shades of Observatory #0A8B71

Tints of Observatory #0A8B71

Color information

#0A8B71 (or 0x0A8B71) is unknown color: approx Observatory. HEX triplet: 0A, 8B and 71. RGB value is (10,139,113). Sum of RGB (Red+Green+Blue) = 10+139+113=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #0A8B71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8B71 is #F5748E. Grayscale: #616161. Windows color (decimal): -16086159 or 7441162. OLE color: 7441162.

HSL color Cylindrical-coordinate representation of color #0A8B71: hue angle of 167.91º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8B71 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB10139113-
CMYK0.9300.190.45
HSL167.91º86.58%29.22%-
HSV(B)167.91º92.81%54.51%-
XYZ12.3419.7218.78-
YUV97.46136.7665.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.82%
GREEN value IS 139 (54.69% from 255) = 53.05%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=3.82%
G=53.05%
B=43.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101391130.9300.190.45167.9186.5829.22
HexA8B715D0132Da8571d
Octal122131611350235525012735
Binary1010100010111110001101110101001110110110101000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A8B71; }

 p { color: rgb(10,139,113); }

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

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

 a { background-color: rgb(10,139,113); }

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

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

 span { border-color: rgb(10,139,113); }

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