Html Css Color HEX #009373 Observatory

📋 copy color: '#009373'

red 0 ◦ green 147 ◦ blue 115

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

Shades of Observatory #009373

Tints of Observatory #009373

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.11%

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

R = 0%
G = 56.11%
B = 43.89%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#009373 (or 0x009373) is known color: Observatory. HEX triplet: 00, 93 and 73. RGB value is (0,147,115). Sum of RGB (Red+Green+Blue) = 0+147+115=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #009373 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009373 is #FF6C8C. Grayscale: #636363. Windows color (decimal): -16739469 or 7574272. OLE color: 7574272.

HSL color Cylindrical-coordinate representation of color #009373: hue angle of 166.94º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009373 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 147 115 -
CMYK 1 0 0.22 0.42
HSL 166.94º 1% 0.29% -
HSV(B) 166.94º 1% 0.58% -
XYZ 13.53 22.11 19.77 -
YUV 99.4 136.8 57.1 -
System Red Green Blue C M Y K H S L
Decimal 0 147 115 1 0 0.22 0.42 166.94 1 0.29
Hex 0 93 73 64 0 16 2A A7 64 1D
Octal 0 223 163 144 0 26 52 247 144 35
Binary 0 10010011 1110011 1100100 0 10110 101010 10100111 1100100 11101

Color Harmonies of #009373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009373

Black with #009373

Text Example


Text Example

White with #009373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009373; }

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

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

background-color css

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

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

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

border-color css

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

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

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