Html Css Color HEX #00907D Observatory

📋 copy color: '#00907D'

red 0 ◦ green 144 ◦ blue 125

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

Shades of Observatory #00907D

Tints of Observatory #00907D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.53%

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

R = 0%
G = 53.53%
B = 46.47%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#00907D (or 0x00907D) is known color: Observatory. HEX triplet: 00, 90 and 7D. RGB value is (0,144,125). Sum of RGB (Red+Green+Blue) = 0+144+125=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #00907D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00907D is #FF6F82. Grayscale: #626262. Windows color (decimal): -16740227 or 8228864. OLE color: 8228864.

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

Color convert

RGB 0 144 125 -
CMYK 1 0 0.13 0.44
HSL 172.08º 1% 0.28% -
HSV(B) 172.08º 1% 0.56% -
XYZ 13.67 21.43 22.82 -
YUV 98.78 142.79 57.54 -
System Red Green Blue C M Y K H S L
Decimal 0 144 125 1 0 0.13 0.44 172.08 1 0.28
Hex 0 90 7D 64 0 D 2C AC 64 1C
Octal 0 220 175 144 0 15 54 254 144 34
Binary 0 10010000 1111101 1100100 0 1101 101100 10101100 1100100 11100

Color Harmonies of #00907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00907D

Black with #00907D

Text Example


Text Example

White with #00907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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