Html Css Color HEX #0C9377 Observatory

📋 copy color: '#0C9377'

red 12 ◦ green 147 ◦ blue 119

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

Shades of Observatory #0C9377

Tints of Observatory #0C9377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.88%

 BLUE value IS 119 (46.88% from 255) = 42.81%

R = 4.32%
G = 52.88%
B = 42.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#0C9377 (or 0x0C9377) is known color: Observatory. HEX triplet: 0C, 93 and 77. RGB value is (12,147,119). Sum of RGB (Red+Green+Blue) = 12+147+119=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #0C9377 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9377 is #F36C88. Grayscale: #676767. Windows color (decimal): -15953033 or 7836428. OLE color: 7836428.

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

Color convert

RGB 12 147 119 -
CMYK 0.92 0 0.19 0.42
HSL 167.56º 0.85% 0.31% -
HSV(B) 167.56º 0.92% 0.58% -
XYZ 13.92 22.28 21.02 -
YUV 103.44 136.77 62.78 -
System Red Green Blue C M Y K H S L
Decimal 12 147 119 0.92 0 0.19 0.42 167.56 0.85 0.31
Hex C 93 77 5C 0 13 2A A8 55 1F
Octal 14 223 167 134 0 23 52 250 125 37
Binary 1100 10010011 1110111 1011100 0 10011 101010 10101000 1010101 11111

Color Harmonies of #0C9377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9377

Black with #0C9377

Text Example


Text Example

White with #0C9377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,147,119); }

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

background-color css

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

 a { background-color: rgb(12,147,119); }

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

border-color css

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

 span { border-color: rgb(12,147,119); }

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