#0c8b73

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

Shades of Observatory #0C8B73

Tints of Observatory #0C8B73

Color information

#0C8B73 (or 0x0C8B73) is unknown color: approx Observatory. HEX triplet: 0C, 8B and 73. RGB value is (12,139,115). Sum of RGB (Red+Green+Blue) = 12+139+115=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8B73 is #F3748C. Grayscale: #626262. Windows color (decimal): -15955085 or 7572236. OLE color: 7572236.

HSL color Cylindrical-coordinate representation of color #0C8B73: hue angle of 168.66º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8B73 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB12139115-
CMYK0.9100.170.45
HSL168.66º84.11%29.61%-
HSV(B)168.66º91.37%54.51%-
XYZ12.4819.7819.38-
YUV98.29137.4266.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.51%
GREEN value IS 139 (54.69% from 255) = 52.26%
BLUE value IS 115 (45.31% from 255) = 43.23%
R=4.51%
G=52.26%
B=43.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121391150.9100.170.45168.6684.1129.61
HexC8B735B0112Da9541e
Octal142131631330215525112436
Binary1100100010111110011101101101000110110110101001101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c8b73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,139,115); }

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

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

 a { background-color: rgb(12,139,115); }

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

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

 span { border-color: rgb(12,139,115); }

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