Html Css Color HEX #00937F Observatory

📋 copy color: '#00937F'

red 0 ◦ green 147 ◦ blue 127

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

Shades of Observatory #00937F

Tints of Observatory #00937F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.35%

R = 0%
G = 53.65%
B = 46.35%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#00937F (or 0x00937F) is known color: Observatory. HEX triplet: 00, 93 and 7F. RGB value is (0,147,127). Sum of RGB (Red+Green+Blue) = 0+147+127=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #00937F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00937F is #FF6C80. Grayscale: #646464. Windows color (decimal): -16739457 or 8360704. OLE color: 8360704.

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

Color convert

RGB 0 147 127 -
CMYK 1 0 0.14 0.42
HSL 171.84º 1% 0.29% -
HSV(B) 171.84º 1% 0.58% -
XYZ 14.26 22.4 23.65 -
YUV 100.77 142.8 56.13 -
System Red Green Blue C M Y K H S L
Decimal 0 147 127 1 0 0.14 0.42 171.84 1 0.29
Hex 0 93 7F 64 0 E 2A AC 64 1D
Octal 0 223 177 144 0 16 52 254 144 35
Binary 0 10010011 1111111 1100100 0 1110 101010 10101100 1100100 11101

Color Harmonies of #00937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00937F

Black with #00937F

Text Example


Text Example

White with #00937F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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