Html Css Color HEX #00886A Observatory

📋 copy color: '#00886A'

red 0 ◦ green 136 ◦ blue 106

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

Shades of Observatory #00886A

Tints of Observatory #00886A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.8%

R = 0%
G = 56.2%
B = 43.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#00886A (or 0x00886A) is known color: Observatory. HEX triplet: 00, 88 and 6A. RGB value is (0,136,106). Sum of RGB (Red+Green+Blue) = 0+136+106=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #00886A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00886A is #FF7795. Grayscale: #5B5B5B. Windows color (decimal): -16742294 or 6981632. OLE color: 6981632.

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

Color convert

RGB 0 136 106 -
CMYK 1 0 0.22 0.47
HSL 166.76º 1% 0.27% -
HSV(B) 166.76º 1% 0.53% -
XYZ 11.41 18.65 16.63 -
YUV 91.92 135.94 62.44 -
System Red Green Blue C M Y K H S L
Decimal 0 136 106 1 0 0.22 0.47 166.76 1 0.27
Hex 0 88 6A 64 0 16 2F A7 64 1B
Octal 0 210 152 144 0 26 57 247 144 33
Binary 0 10001000 1101010 1100100 0 10110 101111 10100111 1100100 11011

Color Harmonies of #00886A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00886A

Black with #00886A

Text Example


Text Example

White with #00886A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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