Html Css Color HEX #0C9173 Observatory

📋 copy color: '#0C9173'

red 12 ◦ green 145 ◦ blue 115

#0C9173
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #0C9173

Tints of Observatory #0C9173

RGB

 RED value IS 12 (5.08% from 255) = 4.41%

 GREEN value IS 145 (57.03% from 255) = 53.31%

 BLUE value IS 115 (45.31% from 255) = 42.28%

R = 4.41%
G = 53.31%
B = 42.28%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#0C9173 (or 0x0C9173) is known color: Observatory. HEX triplet: 0C, 91 and 73. RGB value is (12,145,115). Sum of RGB (Red+Green+Blue) = 12+145+115=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #0C9173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9173 is #F36E8C. Grayscale: #656565. Windows color (decimal): -15953549 or 7573772. OLE color: 7573772.

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

Color convert

RGB 12 145 115 -
CMYK 0.92 0 0.21 0.43
HSL 166.47º 0.85% 0.31% -
HSV(B) 166.47º 0.92% 0.57% -
XYZ 13.37 21.57 19.68 -
YUV 101.81 135.44 63.94 -
System Red Green Blue C M Y K H S L
Decimal 12 145 115 0.92 0 0.21 0.43 166.47 0.85 0.31
Hex C 91 73 5C 0 15 2B A6 55 1F
Octal 14 221 163 134 0 25 53 246 125 37
Binary 1100 10010001 1110011 1011100 0 10101 101011 10100110 1010101 11111

Color Harmonies of #0C9173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9173

Black with #0C9173

Text Example


Text Example

White with #0C9173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C9173;
 }
 .AnyTagClassName
 {
   color: #0C9173;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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