Html Css Color HEX #00886F Observatory

📋 copy color: '#00886F'

red 0 ◦ green 136 ◦ blue 111

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

Shades of Observatory #00886F

Tints of Observatory #00886F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 55.06%
B = 44.94%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#00886F (or 0x00886F) is known color: Observatory. HEX triplet: 00, 88 and 6F. RGB value is (0,136,111). Sum of RGB (Red+Green+Blue) = 0+136+111=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #00886F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00886F is #FF7790. Grayscale: #5C5C5C. Windows color (decimal): -16742289 or 7309312. OLE color: 7309312.

HSL color Cylindrical-coordinate representation of color #00886F: hue angle of 168.97º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00886F is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 136 111 -
CMYK 1 0 0.18 0.47
HSL 168.97º 1% 0.27% -
HSV(B) 168.97º 1% 0.53% -
XYZ 11.67 18.76 18.04 -
YUV 92.49 138.44 62.03 -
System Red Green Blue C M Y K H S L
Decimal 0 136 111 1 0 0.18 0.47 168.97 1 0.27
Hex 0 88 6F 64 0 12 2F A9 64 1B
Octal 0 210 157 144 0 22 57 251 144 33
Binary 0 10001000 1101111 1100100 0 10010 101111 10101001 1100100 11011

Color Harmonies of #00886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00886F

Black with #00886F

Text Example


Text Example

White with #00886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00886F; }

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

 H1.HeaderClassName
 {
   color: #00886F;
 }
 .AnyTagClassName
 {
   color: #00886F;
 }
</style>

background-color css

<style>
 a { background-color: #00886F; }

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

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

border-color css

<style>
 span { border-color: #00886F; }

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

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