#00957A

Color #00957A Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #00957A

Tints of Observatory #00957A

Color information

#00957A (or 0x00957A) is unknown color: approx Observatory. HEX triplet: 00, 95 and 7A. RGB value is (0,149,122). Sum of RGB (Red+Green+Blue) = 0+149+122=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #00957A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00957A is #FF6A85. Grayscale: #656565. Windows color (decimal): -16738950 or 8033536. OLE color: 8033536.

HSL color Cylindrical-coordinate representation of color #00957A: hue angle of 169.13º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00957A is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB0149122-
CMYK100.180.42
HSL169.13º100%29.22%-
HSV(B)169.13º100%58.43%-
XYZ14.2622.922.08-
YUV101.37139.6455.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 149 (58.59% from 255) = 54.98%
BLUE value IS 122 (48.05% from 255) = 45.02%
R=0%
G=54.98%
B=45.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal0149122100.180.42169.1310029.22
Hex0957A640122Aa9641d
Octal02251721440225225114435
Binary0100101011111010110010001001010101010101001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00957A;
 }
 .AnyTagClassName
 {
   color: #00957A;
 }
</style>
background-color css

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

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

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

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

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

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