Html Css Color HEX #0C886F Observatory

📋 copy color: '#0C886F'

red 12 ◦ green 136 ◦ blue 111

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

Shades of Observatory #0C886F

Tints of Observatory #0C886F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.86%

R = 4.63%
G = 52.51%
B = 42.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#0C886F (or 0x0C886F) is known color: Observatory. HEX triplet: 0C, 88 and 6F. RGB value is (12,136,111). Sum of RGB (Red+Green+Blue) = 12+136+111=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #0C886F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C886F is #F37790. Grayscale: #606060. Windows color (decimal): -15955857 or 7309324. OLE color: 7309324.

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

Color convert

RGB 12 136 111 -
CMYK 0.91 0 0.18 0.47
HSL 167.9º 0.84% 0.29% -
HSV(B) 167.9º 0.91% 0.53% -
XYZ 11.83 18.83 18.05 -
YUV 96.07 136.42 68.03 -
System Red Green Blue C M Y K H S L
Decimal 12 136 111 0.91 0 0.18 0.47 167.9 0.84 0.29
Hex C 88 6F 5B 0 12 2F A8 54 1D
Octal 14 210 157 133 0 22 57 250 124 35
Binary 1100 10001000 1101111 1011011 0 10010 101111 10101000 1010100 11101

Color Harmonies of #0C886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C886F

Black with #0C886F

Text Example


Text Example

White with #0C886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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