#0C9271

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

Shades of Observatory #0C9271

Tints of Observatory #0C9271

Color information

#0C9271 (or 0x0C9271) is unknown color: approx Observatory. HEX triplet: 0C, 92 and 71. RGB value is (12,146,113). Sum of RGB (Red+Green+Blue) = 12+146+113=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #0C9271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9271 is #F36D8E. Grayscale: #666666. Windows color (decimal): -15953295 or 7442956. OLE color: 7442956.

HSL color Cylindrical-coordinate representation of color #0C9271: hue angle of 165.22º 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 #0C9271 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB12146113-
CMYK0.9200.230.43
HSL165.22º84.81%30.98%-
HSV(B)165.22º91.78%57.25%-
XYZ13.4121.8319.13-
YUV102.17134.1163.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.43%
GREEN value IS 146 (57.42% from 255) = 53.87%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=4.43%
G=53.87%
B=41.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121461130.9200.230.43165.2284.8130.98
HexC92715C0172Ba5551f
Octal142221611340275324512537
Binary1100100100101110001101110001011110101110100101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,146,113); }

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

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

 a { background-color: rgb(12,146,113); }

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

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

 span { border-color: rgb(12,146,113); }

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