Html Css Color HEX #00907C Observatory

📋 copy color: '#00907C'

red 0 ◦ green 144 ◦ blue 124

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

Shades of Observatory #00907C

Tints of Observatory #00907C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.27%

R = 0%
G = 53.73%
B = 46.27%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#00907C (or 0x00907C) is known color: Observatory. HEX triplet: 00, 90 and 7C. RGB value is (0,144,124). Sum of RGB (Red+Green+Blue) = 0+144+124=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #00907C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00907C is #FF6F83. Grayscale: #626262. Windows color (decimal): -16740228 or 8163328. OLE color: 8163328.

HSL color Cylindrical-coordinate representation of color #00907C: hue angle of 171.67º 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 #00907C is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 144 124 -
CMYK 1 0 0.14 0.44
HSL 171.67º 1% 0.28% -
HSV(B) 171.67º 1% 0.56% -
XYZ 13.61 21.4 22.48 -
YUV 98.66 142.29 57.63 -
System Red Green Blue C M Y K H S L
Decimal 0 144 124 1 0 0.14 0.44 171.67 1 0.28
Hex 0 90 7C 64 0 E 2C AC 64 1C
Octal 0 220 174 144 0 16 54 254 144 34
Binary 0 10010000 1111100 1100100 0 1110 101100 10101100 1100100 11100

Color Harmonies of #00907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00907C

Black with #00907C

Text Example


Text Example

White with #00907C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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