Html Css Color HEX #00886D Observatory

📋 copy color: '#00886D'

red 0 ◦ green 136 ◦ blue 109

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

Shades of Observatory #00886D

Tints of Observatory #00886D

RGB

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

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

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

R = 0%
G = 55.51%
B = 44.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#00886D (or 0x00886D) is known color: Observatory. HEX triplet: 00, 88 and 6D. RGB value is (0,136,109). Sum of RGB (Red+Green+Blue) = 0+136+109=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #00886D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00886D is #FF7792. Grayscale: #5C5C5C. Windows color (decimal): -16742291 or 7178240. OLE color: 7178240.

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

Color convert

RGB 0 136 109 -
CMYK 1 0 0.20 0.47
HSL 168.09º 1% 0.27% -
HSV(B) 168.09º 1% 0.53% -
XYZ 11.56 18.71 17.47 -
YUV 92.26 137.44 62.2 -
System Red Green Blue C M Y K H S L
Decimal 0 136 109 1 0 0.20 0.47 168.09 1 0.27
Hex 0 88 6D 64 0 14 2F A8 64 1B
Octal 0 210 155 144 0 24 57 250 144 33
Binary 0 10001000 1101101 1100100 0 10100 101111 10101000 1100100 11011

Color Harmonies of #00886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00886D

Black with #00886D

Text Example


Text Example

White with #00886D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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