#0C896A

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

Shades of Observatory #0C896A

Tints of Observatory #0C896A

Color information

#0C896A (or 0x0C896A) is unknown color: approx Observatory. HEX triplet: 0C, 89 and 6A. RGB value is (12,137,106). Sum of RGB (Red+Green+Blue) = 12+137+106=255 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.71% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #0C896A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C896A is #F37695. Grayscale: #606060. Windows color (decimal): -15955606 or 6981900. OLE color: 6981900.

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

Color convert

RGB12137106-
CMYK0.9100.230.46
HSL165.12º83.89%29.22%-
HSV(B)165.12º91.24%53.73%-
XYZ11.719.0116.69-
YUV96.09133.5968.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.71%
GREEN value IS 137 (53.91% from 255) = 53.73%
BLUE value IS 106 (41.80% from 255) = 41.57%
R=4.71%
G=53.73%
B=41.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121371060.9100.230.46165.1283.8929.22
HexC896A5B0172Ea5541d
Octal142111521330275624512435
Binary1100100010011101010101101101011110111010100101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,137,106); }

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

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

 a { background-color: rgb(12,137,106); }

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

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

 span { border-color: rgb(12,137,106); }

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