Html Css Color HEX #00947D Observatory

📋 copy color: '#00947D'

red 0 ◦ green 148 ◦ blue 125

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

Shades of Observatory #00947D

Tints of Observatory #00947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.21%

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

R = 0%
G = 54.21%
B = 45.79%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#00947D (or 0x00947D) is known color: Observatory. HEX triplet: 00, 94 and 7D. RGB value is (0,148,125). Sum of RGB (Red+Green+Blue) = 0+148+125=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #00947D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00947D is #FF6B82. Grayscale: #656565. Windows color (decimal): -16739203 or 8229888. OLE color: 8229888.

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

Color convert

RGB 0 148 125 -
CMYK 1 0 0.16 0.42
HSL 170.68º 1% 0.29% -
HSV(B) 170.68º 1% 0.58% -
XYZ 14.29 22.66 23.02 -
YUV 101.13 141.47 55.87 -
System Red Green Blue C M Y K H S L
Decimal 0 148 125 1 0 0.16 0.42 170.68 1 0.29
Hex 0 94 7D 64 0 10 2A AB 64 1D
Octal 0 224 175 144 0 20 52 253 144 35
Binary 0 10010100 1111101 1100100 0 10000 101010 10101011 1100100 11101

Color Harmonies of #00947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00947D

Black with #00947D

Text Example


Text Example

White with #00947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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