Html Css Color HEX #008B6D Observatory

📋 copy color: '#008B6D'

red 0 ◦ green 139 ◦ blue 109

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

Shades of Observatory #008B6D

Tints of Observatory #008B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 56.05%

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

R = 0%
G = 56.05%
B = 43.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#008B6D (or 0x008B6D) is known color: Observatory. HEX triplet: 00, 8B and 6D. RGB value is (0,139,109). Sum of RGB (Red+Green+Blue) = 0+139+109=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 139 (54.69% from 255 or 56.05% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 139 - color contains mainly: green. Hex color #008B6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B6D is #FF7492. Grayscale: #5D5D5D. Windows color (decimal): -16741523 or 7179008. OLE color: 7179008.

HSL color Cylindrical-coordinate representation of color #008B6D: hue angle of 167.05º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B6D is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 139 109 -
CMYK 1 0 0.22 0.45
HSL 167.05º 1% 0.27% -
HSV(B) 167.05º 1% 0.55% -
XYZ 11.99 19.57 17.61 -
YUV 94.02 136.45 60.94 -
System Red Green Blue C M Y K H S L
Decimal 0 139 109 1 0 0.22 0.45 167.05 1 0.27
Hex 0 8B 6D 64 0 16 2D A7 64 1B
Octal 0 213 155 144 0 26 55 247 144 33
Binary 0 10001011 1101101 1100100 0 10110 101101 10100111 1100100 11011

Color Harmonies of #008B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B6D

Black with #008B6D

Text Example


Text Example

White with #008B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008B6D; }

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

 H1.HeaderClassName
 {
   color: #008B6D;
 }
 .AnyTagClassName
 {
   color: #008B6D;
 }
</style>

background-color css

<style>
 a { background-color: #008B6D; }

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

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

border-color css

<style>
 span { border-color: #008B6D; }

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

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