#00936F

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

Shades of Observatory #00936F

Tints of Observatory #00936F

Color information

#00936F (or 0x00936F) is unknown color: approx Observatory. HEX triplet: 00, 93 and 6F. RGB value is (0,147,111). Sum of RGB (Red+Green+Blue) = 0+147+111=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 147 (57.81% from 255 or 56.98% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 147 - color contains mainly: green. Hex color #00936F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00936F is #FF6C90. Grayscale: #626262. Windows color (decimal): -16739473 or 7312128. OLE color: 7312128.

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

Color convert

RGB0147111-
CMYK100.240.42
HSL165.31º100%28.82%-
HSV(B)165.31º100%57.65%-
XYZ13.322.0218.59-
YUV98.94134.857.43-

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) = 56.98%
BLUE value IS 111 (43.75% from 255) = 43.02%
R=0%
G=56.98%
B=43.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal0147111100.240.42165.3110028.82
Hex0936F640182Aa5641d
Octal02231571440305224514435
Binary0100100111101111110010001100010101010100101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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