Html Css Color HEX #00937D Observatory

📋 copy color: '#00937D'

red 0 ◦ green 147 ◦ blue 125

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

Shades of Observatory #00937D

Tints of Observatory #00937D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.96%

R = 0%
G = 54.04%
B = 45.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#00937D (or 0x00937D) is known color: Observatory. HEX triplet: 00, 93 and 7D. RGB value is (0,147,125). Sum of RGB (Red+Green+Blue) = 0+147+125=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #00937D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00937D is #FF6C82. Grayscale: #646464. Windows color (decimal): -16739459 or 8229632. OLE color: 8229632.

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

Color convert

RGB 0 147 125 -
CMYK 1 0 0.15 0.42
HSL 171.02º 1% 0.29% -
HSV(B) 171.02º 1% 0.58% -
XYZ 14.14 22.35 22.97 -
YUV 100.54 141.8 56.29 -
System Red Green Blue C M Y K H S L
Decimal 0 147 125 1 0 0.15 0.42 171.02 1 0.29
Hex 0 93 7D 64 0 F 2A AB 64 1D
Octal 0 223 175 144 0 17 52 253 144 35
Binary 0 10010011 1111101 1100100 0 1111 101010 10101011 1100100 11101

Color Harmonies of #00937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00937D

Black with #00937D

Text Example


Text Example

White with #00937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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