#00936E

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

Shades of Observatory #00936E

Tints of Observatory #00936E

Color information

#00936E (or 0x00936E) is unknown color: approx Observatory. HEX triplet: 00, 93 and 6E. RGB value is (0,147,110). Sum of RGB (Red+Green+Blue) = 0+147+110=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #00936E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00936E is #FF6C91. Grayscale: #626262. Windows color (decimal): -16739474 or 7246592. OLE color: 7246592.

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

Color convert

RGB0147110-
CMYK100.250.42
HSL164.9º100%28.82%-
HSV(B)164.9º100%57.65%-
XYZ13.2521.9918.3-
YUV98.83134.357.51-

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) = 57.20%
BLUE value IS 110 (43.36% from 255) = 42.80%
R=0%
G=57.20%
B=42.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal0147110100.250.42164.910028.82
Hex0936E640192Aa5641d
Octal02231561440315224514435
Binary0100100111101110110010001100110101010100101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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