Html Css Color HEX #008B73 Observatory

📋 copy color: '#008B73'

red 0 ◦ green 139 ◦ blue 115

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

Shades of Observatory #008B73

Tints of Observatory #008B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.28%

R = 0%
G = 54.72%
B = 45.28%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#008B73 (or 0x008B73) is known color: Observatory. HEX triplet: 00, 8B and 73. RGB value is (0,139,115). Sum of RGB (Red+Green+Blue) = 0+139+115=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 139 (54.69% from 255 or 54.72% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 139 - color contains mainly: green. Hex color #008B73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B73 is #FF748C. Grayscale: #5E5E5E. Windows color (decimal): -16741517 or 7572224. OLE color: 7572224.

HSL color Cylindrical-coordinate representation of color #008B73: hue angle of 169.64º 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 #008B73 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 139 115 -
CMYK 1 0 0.17 0.45
HSL 169.64º 1% 0.27% -
HSV(B) 169.64º 1% 0.55% -
XYZ 12.33 19.7 19.37 -
YUV 94.7 139.45 60.45 -
System Red Green Blue C M Y K H S L
Decimal 0 139 115 1 0 0.17 0.45 169.64 1 0.27
Hex 0 8B 73 64 0 11 2D AA 64 1B
Octal 0 213 163 144 0 21 55 252 144 33
Binary 0 10001011 1110011 1100100 0 10001 101101 10101010 1100100 11011

Color Harmonies of #008B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B73

Black with #008B73

Text Example


Text Example

White with #008B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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