Html Css Color HEX #0C946C Observatory

📋 copy color: '#0C946C'

red 12 ◦ green 148 ◦ blue 108

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

Shades of Observatory #0C946C

Tints of Observatory #0C946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.22%

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

R = 4.48%
G = 55.22%
B = 40.3%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#0C946C (or 0x0C946C) is known color: Observatory. HEX triplet: 0C, 94 and 6C. RGB value is (12,148,108). Sum of RGB (Red+Green+Blue) = 12+148+108=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #0C946C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C946C is #F36B93. Grayscale: #666666. Windows color (decimal): -15952788 or 7115788. OLE color: 7115788.

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

Color convert

RGB 12 148 108 -
CMYK 0.92 0 0.27 0.42
HSL 162.35º 0.85% 0.31% -
HSV(B) 162.35º 0.92% 0.58% -
XYZ 13.45 22.34 17.79 -
YUV 102.78 130.94 63.25 -
System Red Green Blue C M Y K H S L
Decimal 12 148 108 0.92 0 0.27 0.42 162.35 0.85 0.31
Hex C 94 6C 5C 0 1B 2A A2 55 1F
Octal 14 224 154 134 0 33 52 242 125 37
Binary 1100 10010100 1101100 1011100 0 11011 101010 10100010 1010101 11111

Color Harmonies of #0C946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C946C

Black with #0C946C

Text Example


Text Example

White with #0C946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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