Html Css Color HEX #00917B Observatory

📋 copy color: '#00917B'

red 0 ◦ green 145 ◦ blue 123

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

Shades of Observatory #00917B

Tints of Observatory #00917B

RGB

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

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

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

R = 0%
G = 54.1%
B = 45.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#00917B (or 0x00917B) is known color: Observatory. HEX triplet: 00, 91 and 7B. RGB value is (0,145,123). Sum of RGB (Red+Green+Blue) = 0+145+123=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #00917B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00917B is #FF6E84. Grayscale: #636363. Windows color (decimal): -16739973 or 8098048. OLE color: 8098048.

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

Color convert

RGB 0 145 123 -
CMYK 1 0 0.15 0.43
HSL 170.9º 1% 0.28% -
HSV(B) 170.9º 1% 0.57% -
XYZ 13.7 21.68 22.2 -
YUV 99.14 141.46 57.29 -
System Red Green Blue C M Y K H S L
Decimal 0 145 123 1 0 0.15 0.43 170.9 1 0.28
Hex 0 91 7B 64 0 F 2B AB 64 1C
Octal 0 221 173 144 0 17 53 253 144 34
Binary 0 10010001 1111011 1100100 0 1111 101011 10101011 1100100 11100

Color Harmonies of #00917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00917B

Black with #00917B

Text Example


Text Example

White with #00917B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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