Html Css Color HEX #00917D Observatory

📋 copy color: '#00917D'

red 0 ◦ green 145 ◦ blue 125

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

Shades of Observatory #00917D

Tints of Observatory #00917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.7%

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

R = 0%
G = 53.7%
B = 46.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#00917D (or 0x00917D) is known color: Observatory. HEX triplet: 00, 91 and 7D. RGB value is (0,145,125). Sum of RGB (Red+Green+Blue) = 0+145+125=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #00917D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00917D is #FF6E82. Grayscale: #636363. Windows color (decimal): -16739971 or 8229120. OLE color: 8229120.

HSL color Cylindrical-coordinate representation of color #00917D: hue angle of 171.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00917D is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 145 125 -
CMYK 1 0 0.14 0.43
HSL 171.72º 1% 0.28% -
HSV(B) 171.72º 1% 0.57% -
XYZ 13.83 21.73 22.87 -
YUV 99.37 142.46 57.13 -
System Red Green Blue C M Y K H S L
Decimal 0 145 125 1 0 0.14 0.43 171.72 1 0.28
Hex 0 91 7D 64 0 E 2B AC 64 1C
Octal 0 221 175 144 0 16 53 254 144 34
Binary 0 10010001 1111101 1100100 0 1110 101011 10101100 1100100 11100

Color Harmonies of #00917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00917D

Black with #00917D

Text Example


Text Example

White with #00917D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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