#0C8772

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

Shades of Observatory #0C8772

Tints of Observatory #0C8772

Color information

#0C8772 (or 0x0C8772) is unknown color: approx Observatory. HEX triplet: 0C, 87 and 72. RGB value is (12,135,114). Sum of RGB (Red+Green+Blue) = 12+135+114=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8772 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8772 is #F3788D. Grayscale: #5F5F5F. Windows color (decimal): -15956110 or 7505676. OLE color: 7505676.

HSL color Cylindrical-coordinate representation of color #0C8772: hue angle of 169.76º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8772 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB12135114-
CMYK0.9100.160.47
HSL169.76º83.67%28.82%-
HSV(B)169.76º91.11%52.94%-
XYZ11.8518.6218.89-
YUV95.83138.2568.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.60%
GREEN value IS 135 (53.12% from 255) = 51.72%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=4.60%
G=51.72%
B=43.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121351140.9100.160.47169.7683.6728.82
HexC87725B0102Faa541d
Octal142071621330205725212435
Binary1100100001111110010101101101000010111110101010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,135,114); }

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

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

 a { background-color: rgb(12,135,114); }

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

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

 span { border-color: rgb(12,135,114); }

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