Html Css Color HEX #0C886E Observatory

📋 copy color: '#0C886E'

red 12 ◦ green 136 ◦ blue 110

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

Shades of Observatory #0C886E

Tints of Observatory #0C886E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.64%

R = 4.65%
G = 52.71%
B = 42.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#0C886E (or 0x0C886E) is known color: Observatory. HEX triplet: 0C, 88 and 6E. RGB value is (12,136,110). Sum of RGB (Red+Green+Blue) = 12+136+110=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #0C886E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C886E is #F37791. Grayscale: #5F5F5F. Windows color (decimal): -15955858 or 7243788. OLE color: 7243788.

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

Color convert

RGB 12 136 110 -
CMYK 0.91 0 0.19 0.47
HSL 167.42º 0.84% 0.29% -
HSV(B) 167.42º 0.91% 0.53% -
XYZ 11.77 18.81 17.76 -
YUV 95.96 135.92 68.11 -
System Red Green Blue C M Y K H S L
Decimal 12 136 110 0.91 0 0.19 0.47 167.42 0.84 0.29
Hex C 88 6E 5B 0 13 2F A7 54 1D
Octal 14 210 156 133 0 23 57 247 124 35
Binary 1100 10001000 1101110 1011011 0 10011 101111 10100111 1010100 11101

Color Harmonies of #0C886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C886E

Black with #0C886E

Text Example


Text Example

White with #0C886E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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