#0C8B72

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

Shades of Observatory #0C8B72

Tints of Observatory #0C8B72

Color information

#0C8B72 (or 0x0C8B72) is unknown color: approx Observatory. HEX triplet: 0C, 8B and 72. RGB value is (12,139,114). Sum of RGB (Red+Green+Blue) = 12+139+114=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 139 (54.69% from 255 or 52.45% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8B72 is #F3748D. Grayscale: #626262. Windows color (decimal): -15955086 or 7506700. OLE color: 7506700.

HSL color Cylindrical-coordinate representation of color #0C8B72: hue angle of 168.19º 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 #0C8B72 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB12139114-
CMYK0.9100.180.45
HSL168.19º84.11%29.61%-
HSV(B)168.19º91.37%54.51%-
XYZ12.4219.7619.08-
YUV98.18136.9266.53-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.53%
GREEN value IS 139 (54.69% from 255) = 52.45%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=4.53%
G=52.45%
B=43.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121391140.9100.180.45168.1984.1129.61
HexC8B725B0122Da8541e
Octal142131621330225525012436
Binary1100100010111110010101101101001010110110101000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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