#0C917A

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

Shades of Observatory #0C917A

Tints of Observatory #0C917A

Color information

#0C917A (or 0x0C917A) is unknown color: approx Observatory. HEX triplet: 0C, 91 and 7A. RGB value is (12,145,122). Sum of RGB (Red+Green+Blue) = 12+145+122=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #0C917A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C917A is #F36E85. Grayscale: #666666. Windows color (decimal): -15953542 or 8032524. OLE color: 8032524.

HSL color Cylindrical-coordinate representation of color #0C917A: hue angle of 169.62º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C917A is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB12145122-
CMYK0.9200.160.43
HSL169.62º84.71%30.78%-
HSV(B)169.62º91.72%56.86%-
XYZ13.7921.7321.88-
YUV102.61138.9463.37-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.30%
GREEN value IS 145 (57.03% from 255) = 51.97%
BLUE value IS 122 (48.05% from 255) = 43.73%
R=4.30%
G=51.97%
B=43.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121451220.9200.160.43169.6284.7130.78
HexC917A5C0102Baa551f
Octal142211721340205325212537
Binary1100100100011111010101110001000010101110101010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,145,122); }

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

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

 a { background-color: rgb(12,145,122); }

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

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

 span { border-color: rgb(12,145,122); }

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