#00936A

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

Shades of Observatory #00936A

Tints of Observatory #00936A

Color information

#00936A (or 0x00936A) is unknown color: approx Observatory. HEX triplet: 00, 93 and 6A. RGB value is (0,147,106). Sum of RGB (Red+Green+Blue) = 0+147+106=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 147 (57.81% from 255 or 58.10% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 147 - color contains mainly: green. Hex color #00936A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00936A is #FF6C95. Grayscale: #626262. Windows color (decimal): -16739478 or 6984448. OLE color: 6984448.

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

Color convert

RGB0147106-
CMYK100.280.42
HSL163.27º100%28.82%-
HSV(B)163.27º100%57.65%-
XYZ13.0421.9117.18-
YUV98.37132.357.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 147 (57.81% from 255) = 58.10%
BLUE value IS 106 (41.80% from 255) = 41.90%
R=0%
G=58.10%
B=41.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal0147106100.280.42163.2710028.82
Hex0936A6401C2Aa3641d
Octal02231521440345224314435
Binary0100100111101010110010001110010101010100011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,147,106); }

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

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

 a { background-color: rgb(0,147,106); }

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

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

 span { border-color: rgb(0,147,106); }

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