Html Css Color HEX #0C886D Observatory

📋 copy color: '#0C886D'

red 12 ◦ green 136 ◦ blue 109

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

Shades of Observatory #0C886D

Tints of Observatory #0C886D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.41%

R = 4.67%
G = 52.92%
B = 42.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#0C886D (or 0x0C886D) is known color: Observatory. HEX triplet: 0C, 88 and 6D. RGB value is (12,136,109). Sum of RGB (Red+Green+Blue) = 12+136+109=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #0C886D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C886D is #F37792. Grayscale: #5F5F5F. Windows color (decimal): -15955859 or 7178252. OLE color: 7178252.

HSL color Cylindrical-coordinate representation of color #0C886D: hue angle of 166.94º 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 #0C886D is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 136 109 -
CMYK 0.91 0 0.20 0.47
HSL 166.94º 0.84% 0.29% -
HSV(B) 166.94º 0.91% 0.53% -
XYZ 11.72 18.79 17.48 -
YUV 95.85 135.42 68.2 -
System Red Green Blue C M Y K H S L
Decimal 12 136 109 0.91 0 0.20 0.47 166.94 0.84 0.29
Hex C 88 6D 5B 0 14 2F A7 54 1D
Octal 14 210 155 133 0 24 57 247 124 35
Binary 1100 10001000 1101101 1011011 0 10100 101111 10100111 1010100 11101

Color Harmonies of #0C886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C886D

Black with #0C886D

Text Example


Text Example

White with #0C886D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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