Html Css Color HEX #00907A Observatory

📋 copy color: '#00907A'

red 0 ◦ green 144 ◦ blue 122

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

Shades of Observatory #00907A

Tints of Observatory #00907A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 45.86%

R = 0%
G = 54.14%
B = 45.86%

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

#00907A (or 0x00907A) is known color: Observatory. HEX triplet: 00, 90 and 7A. RGB value is (0,144,122). Sum of RGB (Red+Green+Blue) = 0+144+122=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #00907A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00907A is #FF6F85. Grayscale: #626262. Windows color (decimal): -16740230 or 8032256. OLE color: 8032256.

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

Color convert

RGB 0 144 122 -
CMYK 1 0 0.15 0.44
HSL 170.83º 1% 0.28% -
HSV(B) 170.83º 1% 0.56% -
XYZ 13.49 21.35 21.82 -
YUV 98.44 141.29 57.79 -
System Red Green Blue C M Y K H S L
Decimal 0 144 122 1 0 0.15 0.44 170.83 1 0.28
Hex 0 90 7A 64 0 F 2C AB 64 1C
Octal 0 220 172 144 0 17 54 253 144 34
Binary 0 10010000 1111010 1100100 0 1111 101100 10101011 1100100 11100

Color Harmonies of #00907A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00907A

Black with #00907A

Text Example


Text Example

White with #00907A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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