Html Css Color HEX #009370 Observatory

📋 copy color: '#009370'

red 0 ◦ green 147 ◦ blue 112

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

Shades of Observatory #009370

Tints of Observatory #009370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.24%

R = 0%
G = 56.76%
B = 43.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#009370 (or 0x009370) is known color: Observatory. HEX triplet: 00, 93 and 70. RGB value is (0,147,112). Sum of RGB (Red+Green+Blue) = 0+147+112=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 147 (57.81% from 255 or 56.76% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 147 - color contains mainly: green. Hex color #009370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009370 is #FF6C8F. Grayscale: #636363. Windows color (decimal): -16739472 or 7377664. OLE color: 7377664.

HSL color Cylindrical-coordinate representation of color #009370: hue angle of 165.71º 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 #009370 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 147 112 -
CMYK 1 0 0.24 0.42
HSL 165.71º 1% 0.29% -
HSV(B) 165.71º 1% 0.58% -
XYZ 13.36 22.04 18.88 -
YUV 99.06 135.3 57.35 -
System Red Green Blue C M Y K H S L
Decimal 0 147 112 1 0 0.24 0.42 165.71 1 0.29
Hex 0 93 70 64 0 18 2A A6 64 1D
Octal 0 223 160 144 0 30 52 246 144 35
Binary 0 10010011 1110000 1100100 0 11000 101010 10100110 1100100 11101

Color Harmonies of #009370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009370

Black with #009370

Text Example


Text Example

White with #009370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009370; }

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

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

background-color css

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

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

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

border-color css

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

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

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