Html Css Color HEX #0C896C Observatory

📋 copy color: '#0C896C'

red 12 ◦ green 137 ◦ blue 108

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

Shades of Observatory #0C896C

Tints of Observatory #0C896C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.31%

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

R = 4.67%
G = 53.31%
B = 42.02%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#0C896C (or 0x0C896C) is known color: Observatory. HEX triplet: 0C, 89 and 6C. RGB value is (12,137,108). Sum of RGB (Red+Green+Blue) = 12+137+108=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #0C896C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C896C is #F37693. Grayscale: #606060. Windows color (decimal): -15955604 or 7112972. OLE color: 7112972.

HSL color Cylindrical-coordinate representation of color #0C896C: hue angle of 166.08º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C896C is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 137 108 -
CMYK 0.91 0 0.21 0.46
HSL 166.08º 0.84% 0.29% -
HSV(B) 166.08º 0.91% 0.54% -
XYZ 11.8 19.05 17.24 -
YUV 96.32 134.59 67.86 -
System Red Green Blue C M Y K H S L
Decimal 12 137 108 0.91 0 0.21 0.46 166.08 0.84 0.29
Hex C 89 6C 5B 0 15 2E A6 54 1D
Octal 14 211 154 133 0 25 56 246 124 35
Binary 1100 10001001 1101100 1011011 0 10101 101110 10100110 1010100 11101

Color Harmonies of #0C896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C896C

Black with #0C896C

Text Example


Text Example

White with #0C896C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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