Html Css Color HEX #00907B Observatory

📋 copy color: '#00907B'

red 0 ◦ green 144 ◦ blue 123

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

Shades of Observatory #00907B

Tints of Observatory #00907B

RGB

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

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

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

R = 0%
G = 53.93%
B = 46.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#00907B (or 0x00907B) is known color: Observatory. HEX triplet: 00, 90 and 7B. RGB value is (0,144,123). Sum of RGB (Red+Green+Blue) = 0+144+123=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #00907B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00907B is #FF6F84. Grayscale: #626262. Windows color (decimal): -16740229 or 8097792. OLE color: 8097792.

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

Color convert

RGB 0 144 123 -
CMYK 1 0 0.15 0.44
HSL 171.25º 1% 0.28% -
HSV(B) 171.25º 1% 0.56% -
XYZ 13.55 21.38 22.15 -
YUV 98.55 141.79 57.71 -
System Red Green Blue C M Y K H S L
Decimal 0 144 123 1 0 0.15 0.44 171.25 1 0.28
Hex 0 90 7B 64 0 F 2C AB 64 1C
Octal 0 220 173 144 0 17 54 253 144 34
Binary 0 10010000 1111011 1100100 0 1111 101100 10101011 1100100 11100

Color Harmonies of #00907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00907B

Black with #00907B

Text Example


Text Example

White with #00907B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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