Html Css Color HEX #0C906B Observatory

📋 copy color: '#0C906B'

red 12 ◦ green 144 ◦ blue 107

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

Shades of Observatory #0C906B

Tints of Observatory #0C906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.68%

R = 4.56%
G = 54.75%
B = 40.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#0C906B (or 0x0C906B) is known color: Observatory. HEX triplet: 0C, 90 and 6B. RGB value is (12,144,107). Sum of RGB (Red+Green+Blue) = 12+144+107=263 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.56% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #0C906B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C906B is #F36F94. Grayscale: #646464. Windows color (decimal): -15953813 or 7049228. OLE color: 7049228.

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

Color convert

RGB 12 144 107 -
CMYK 0.92 0 0.26 0.44
HSL 163.18º 0.85% 0.31% -
HSV(B) 163.18º 0.92% 0.56% -
XYZ 12.78 21.09 17.31 -
YUV 100.31 131.77 65.01 -
System Red Green Blue C M Y K H S L
Decimal 12 144 107 0.92 0 0.26 0.44 163.18 0.85 0.31
Hex C 90 6B 5C 0 1A 2C A3 55 1F
Octal 14 220 153 134 0 32 54 243 125 37
Binary 1100 10010000 1101011 1011100 0 11010 101100 10100011 1010101 11111

Color Harmonies of #0C906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C906B

Black with #0C906B

Text Example


Text Example

White with #0C906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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