Html Css Color HEX #00906E Observatory

📋 copy color: '#00906E'

red 0 ◦ green 144 ◦ blue 110

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

Shades of Observatory #00906E

Tints of Observatory #00906E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.31%

R = 0%
G = 56.69%
B = 43.31%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#00906E (or 0x00906E) is known color: Observatory. HEX triplet: 00, 90 and 6E. RGB value is (0,144,110). Sum of RGB (Red+Green+Blue) = 0+144+110=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #00906E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00906E is #FF6F91. Grayscale: #616161. Windows color (decimal): -16740242 or 7245824. OLE color: 7245824.

HSL color Cylindrical-coordinate representation of color #00906E: hue angle of 165.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 #00906E is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 144 110 -
CMYK 1 0 0.24 0.44
HSL 165.83º 1% 0.28% -
HSV(B) 165.83º 1% 0.56% -
XYZ 12.79 21.07 18.15 -
YUV 97.07 135.29 58.76 -
System Red Green Blue C M Y K H S L
Decimal 0 144 110 1 0 0.24 0.44 165.83 1 0.28
Hex 0 90 6E 64 0 18 2C A6 64 1C
Octal 0 220 156 144 0 30 54 246 144 34
Binary 0 10010000 1101110 1100100 0 11000 101100 10100110 1100100 11100

Color Harmonies of #00906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00906E

Black with #00906E

Text Example


Text Example

White with #00906E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00906E; }

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

 H1.HeaderClassName
 {
   color: #00906E;
 }
 .AnyTagClassName
 {
   color: #00906E;
 }
</style>

background-color css

<style>
 a { background-color: #00906E; }

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

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

border-color css

<style>
 span { border-color: #00906E; }

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

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