Html Css Color HEX #0C8873 Observatory

📋 copy color: '#0C8873'

red 12 ◦ green 136 ◦ blue 115

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

Shades of Observatory #0C8873

Tints of Observatory #0C8873

RGB

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

 GREEN value IS 136 (53.52% from 255) = 51.71%

 BLUE value IS 115 (45.31% from 255) = 43.73%

R = 4.56%
G = 51.71%
B = 43.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#0C8873 (or 0x0C8873) is known color: Observatory. HEX triplet: 0C, 88 and 73. RGB value is (12,136,115). Sum of RGB (Red+Green+Blue) = 12+136+115=263 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.56% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #0C8873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8873 is #F3778C. Grayscale: #606060. Windows color (decimal): -15955853 or 7571468. OLE color: 7571468.

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

Color convert

RGB 12 136 115 -
CMYK 0.91 0 0.15 0.47
HSL 169.84º 0.84% 0.29% -
HSV(B) 169.84º 0.91% 0.53% -
XYZ 12.05 18.92 19.24 -
YUV 96.53 138.42 67.71 -
System Red Green Blue C M Y K H S L
Decimal 12 136 115 0.91 0 0.15 0.47 169.84 0.84 0.29
Hex C 88 73 5B 0 F 2F AA 54 1D
Octal 14 210 163 133 0 17 57 252 124 35
Binary 1100 10001000 1110011 1011011 0 1111 101111 10101010 1010100 11101

Color Harmonies of #0C8873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8873

Black with #0C8873

Text Example


Text Example

White with #0C8873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,136,115); }

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

background-color css

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

 a { background-color: rgb(12,136,115); }

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

border-color css

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

 span { border-color: rgb(12,136,115); }

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