Html Css Color HEX #00937B Observatory

📋 copy color: '#00937B'

red 0 ◦ green 147 ◦ blue 123

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

Shades of Observatory #00937B

Tints of Observatory #00937B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.56%

R = 0%
G = 54.44%
B = 45.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#00937B (or 0x00937B) is known color: Observatory. HEX triplet: 00, 93 and 7B. RGB value is (0,147,123). Sum of RGB (Red+Green+Blue) = 0+147+123=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #00937B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00937B is #FF6C84. Grayscale: #646464. Windows color (decimal): -16739461 or 8098560. OLE color: 8098560.

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

Color convert

RGB 0 147 123 -
CMYK 1 0 0.16 0.42
HSL 170.2º 1% 0.29% -
HSV(B) 170.2º 1% 0.58% -
XYZ 14.01 22.3 22.3 -
YUV 100.31 140.8 56.45 -
System Red Green Blue C M Y K H S L
Decimal 0 147 123 1 0 0.16 0.42 170.2 1 0.29
Hex 0 93 7B 64 0 10 2A AA 64 1D
Octal 0 223 173 144 0 20 52 252 144 35
Binary 0 10010011 1111011 1100100 0 10000 101010 10101010 1100100 11101

Color Harmonies of #00937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00937B

Black with #00937B

Text Example


Text Example

White with #00937B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00937B; }

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

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

background-color css

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

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

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

border-color css

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

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

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