Html Css Color HEX #0C937D Observatory

📋 copy color: '#0C937D'

red 12 ◦ green 147 ◦ blue 125

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

Shades of Observatory #0C937D

Tints of Observatory #0C937D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.01%

R = 4.23%
G = 51.76%
B = 44.01%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#0C937D (or 0x0C937D) is known color: Observatory. HEX triplet: 0C, 93 and 7D. RGB value is (12,147,125). Sum of RGB (Red+Green+Blue) = 12+147+125=284 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.23% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #0C937D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C937D is #F36C82. Grayscale: #686868. Windows color (decimal): -15953027 or 8229644. OLE color: 8229644.

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

Color convert

RGB 12 147 125 -
CMYK 0.92 0 0.15 0.42
HSL 170.22º 0.85% 0.31% -
HSV(B) 170.22º 0.92% 0.58% -
XYZ 14.29 22.43 22.98 -
YUV 104.13 139.77 62.29 -
System Red Green Blue C M Y K H S L
Decimal 12 147 125 0.92 0 0.15 0.42 170.22 0.85 0.31
Hex C 93 7D 5C 0 F 2A AA 55 1F
Octal 14 223 175 134 0 17 52 252 125 37
Binary 1100 10010011 1111101 1011100 0 1111 101010 10101010 1010101 11111

Color Harmonies of #0C937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C937D

Black with #0C937D

Text Example


Text Example

White with #0C937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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