Html Css Color HEX #0C9370 Observatory

📋 copy color: '#0C9370'

red 12 ◦ green 147 ◦ blue 112

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

Shades of Observatory #0C9370

Tints of Observatory #0C9370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.33%

R = 4.43%
G = 54.24%
B = 41.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#0C9370 (or 0x0C9370) is known color: Observatory. HEX triplet: 0C, 93 and 70. RGB value is (12,147,112). Sum of RGB (Red+Green+Blue) = 12+147+112=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #0C9370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9370 is #F36C8F. Grayscale: #666666. Windows color (decimal): -15953040 or 7377676. OLE color: 7377676.

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

Color convert

RGB 12 147 112 -
CMYK 0.92 0 0.24 0.42
HSL 164.44º 0.85% 0.31% -
HSV(B) 164.44º 0.92% 0.58% -
XYZ 13.51 22.12 18.89 -
YUV 102.65 133.27 63.35 -
System Red Green Blue C M Y K H S L
Decimal 12 147 112 0.92 0 0.24 0.42 164.44 0.85 0.31
Hex C 93 70 5C 0 18 2A A4 55 1F
Octal 14 223 160 134 0 30 52 244 125 37
Binary 1100 10010011 1110000 1011100 0 11000 101010 10100100 1010101 11111

Color Harmonies of #0C9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9370

Black with #0C9370

Text Example


Text Example

White with #0C9370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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