Html Css Color HEX #0C906C Observatory

📋 copy color: '#0C906C'

red 12 ◦ green 144 ◦ blue 108

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

Shades of Observatory #0C906C

Tints of Observatory #0C906C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.55%

 BLUE value IS 108 (42.58% from 255) = 40.91%

R = 4.55%
G = 54.55%
B = 40.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#0C906C (or 0x0C906C) is known color: Observatory. HEX triplet: 0C, 90 and 6C. RGB value is (12,144,108). Sum of RGB (Red+Green+Blue) = 12+144+108=264 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.55% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #0C906C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C906C is #F36F93. Grayscale: #646464. Windows color (decimal): -15953812 or 7114764. OLE color: 7114764.

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

Color convert

RGB 12 144 108 -
CMYK 0.92 0 0.25 0.44
HSL 163.64º 0.85% 0.31% -
HSV(B) 163.64º 0.92% 0.56% -
XYZ 12.83 21.11 17.59 -
YUV 100.43 132.27 64.93 -
System Red Green Blue C M Y K H S L
Decimal 12 144 108 0.92 0 0.25 0.44 163.64 0.85 0.31
Hex C 90 6C 5C 0 19 2C A4 55 1F
Octal 14 220 154 134 0 31 54 244 125 37
Binary 1100 10010000 1101100 1011100 0 11001 101100 10100100 1010101 11111

Color Harmonies of #0C906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C906C

Black with #0C906C

Text Example


Text Example

White with #0C906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,144,108); }

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

background-color css

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

 a { background-color: rgb(12,144,108); }

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

border-color css

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

 span { border-color: rgb(12,144,108); }

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