Html Css Color HEX #0C886C Observatory

📋 copy color: '#0C886C'

red 12 ◦ green 136 ◦ blue 108

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

Shades of Observatory #0C886C

Tints of Observatory #0C886C

RGB

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

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

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

R = 4.69%
G = 53.13%
B = 42.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#0C886C (or 0x0C886C) is known color: Observatory. HEX triplet: 0C, 88 and 6C. RGB value is (12,136,108). Sum of RGB (Red+Green+Blue) = 12+136+108=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #0C886C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C886C is #F37793. Grayscale: #5F5F5F. Windows color (decimal): -15955860 or 7112716. OLE color: 7112716.

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

Color convert

RGB 12 136 108 -
CMYK 0.91 0 0.21 0.47
HSL 166.45º 0.84% 0.29% -
HSV(B) 166.45º 0.91% 0.53% -
XYZ 11.66 18.77 17.2 -
YUV 95.73 134.92 68.28 -
System Red Green Blue C M Y K H S L
Decimal 12 136 108 0.91 0 0.21 0.47 166.45 0.84 0.29
Hex C 88 6C 5B 0 15 2F A6 54 1D
Octal 14 210 154 133 0 25 57 246 124 35
Binary 1100 10001000 1101100 1011011 0 10101 101111 10100110 1010100 11101

Color Harmonies of #0C886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C886C

Black with #0C886C

Text Example


Text Example

White with #0C886C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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