Html Css Color HEX #00927B Observatory

📋 copy color: '#00927B'

red 0 ◦ green 146 ◦ blue 123

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

Shades of Observatory #00927B

Tints of Observatory #00927B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 54.28%

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

R = 0%
G = 54.28%
B = 45.72%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#00927B (or 0x00927B) is known color: Observatory. HEX triplet: 00, 92 and 7B. RGB value is (0,146,123). Sum of RGB (Red+Green+Blue) = 0+146+123=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #00927B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00927B is #FF6D84. Grayscale: #636363. Windows color (decimal): -16739717 or 8098304. OLE color: 8098304.

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

Color convert

RGB 0 146 123 -
CMYK 1 0 0.16 0.43
HSL 170.55º 1% 0.29% -
HSV(B) 170.55º 1% 0.57% -
XYZ 13.85 21.99 22.25 -
YUV 99.72 141.13 56.87 -
System Red Green Blue C M Y K H S L
Decimal 0 146 123 1 0 0.16 0.43 170.55 1 0.29
Hex 0 92 7B 64 0 10 2B AB 64 1D
Octal 0 222 173 144 0 20 53 253 144 35
Binary 0 10010010 1111011 1100100 0 10000 101011 10101011 1100100 11101

Color Harmonies of #00927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00927B

Black with #00927B

Text Example


Text Example

White with #00927B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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